23 lines
611 B
Plaintext
23 lines
611 B
Plaintext
;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
|
|
|
|
* ; name of executable program is topmost window
|
|
|
|
.C [ -Y ]
|
|
.L [ -Y ]
|
|
|
|
= ; list of modules follows...
|
|
|
|
PCSTART.O ; startup code
|
|
|
|
* ; compile topmost window
|
|
|
|
;E_GEM.LIB
|
|
PCBGILIB.LIB ; BGI library
|
|
PCFLTLIB.LIB ; floating point library
|
|
PCSTDLIB.LIB ; standard library
|
|
|
|
PCEXTLIB.LIB ; extended library
|
|
PCTOSLIB.LIB ; TOS library
|
|
PCGEMLIB.LIB ; AES and VDI library
|
|
|
|
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |