home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 2
/
crawlyvol2.bin
/
program
/
misc
/
line_f
/
fpudef.prj
next >
Wrap
Text File
|
1994-02-09
|
590b
|
22 lines
;>>>>>>> FPUDEF.PRJ for use with single module programs <<<<<<<<
* ; name of executable program is topmost window
.C [-S -8] ; Compiler options
.L [] ; Linker options
.S [-8] ; Assembler options
= ; list of modules follows...
PCSTART.O ; startup code
* ; compile topmost window
PCBGILIB.LIB ; BGI library
PC881LIB.LIB ; floating point library
PCSTDLIB.LIB ; standard library
PCEXTLIB.LIB ; extended library
PCTOSLIB.LIB ; TOS library
PCGEMLIB.LIB ; AES and VDI library
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<