home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 10: Diskmags
/
nf_archive_10.iso
/
MAGS
/
FALKMAG
/
FKM_03_1.ZIP
/
SOURCE.C
/
DO-WHILE.PRJ
< prev
next >
Wrap
Text File
|
1996-02-25
|
554b
|
21 lines
;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
do-while.prg ; name of executable program is topmost window
.C [ -Y ]
.L [ -L -Y ]
.S [ -Y ]
= ; list of modules follows...
PCSTART.O ; startup code
do-while.c ; compile topmost window
;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
;>