Newprj
creates a new OS/2 PM project. It's a pretty simple program. You run it by typing:
newprj projname
where projname is the name of the new project.
newprj creates eight files:
.MAK
- MS MAKE file,.C
- C source file,.H
- C header file,.LNK
- linker command file,.DEF
- linker definition file,.RC
- resource compiler file..ICO
- icon file, and.DLG
- resource compiler dialog file,
Once you've run newprj, you can compile the new project by typing:
make projname.mak
This will create an EXE file which will run (although it really doesn't do anything).
Comments
Martin Iturbide
Tue, 08/08/2023 - 22:52
Permalink
New Link: https://hobbes.nmsu
Add new comment