home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
165
/
WDFMT25.ZIP
/
FM
< prev
next >
Wrap
Text File
|
1990-03-21
|
693b
|
33 lines
# make file for fast version of WDMCFMT
c_options = /AL /Lr /G2 /Gs /Zi /Ot /Oi /c
l_options = /CO
wdfmt.obj : wdfmt.c defs.h structs.h wdfmt.fst
cl $(c_options) wdfmt.c
copy wdfmt.c a:
diskstuf.obj : diskstuf.c defs.h structs.h wdfmt.fst
cl $(c_options) diskstuf.c
copy diskstuf.c a:
at_io.obj : at_io.asm
masm at_io.asm;;;
copy at_io.asm a:
keys.obj : keys.c
cl $(c_options) keys.c
copy keys.c a:
video.obj : video.c
cl $(c_options) video.c
copy video.c a:
oldfile.mak : newfile.mak
link $(l_options) wdfmt+keys+video+diskstuf+at_io,wdfmt, ,tools_2+ct5_m5l;
copy wdfmt.exe a:
copy wdfmt.exe wdfmt.slw