home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_02_12
/
2n12013b
< prev
next >
Wrap
Text File
|
1991-10-29
|
431b
|
14 lines
#######################################################
## makefile ##
## -- Project file for mlefix program. ##
#######################################################
all: mlefix.exe
mlefix.obj: mlefix.c
cl -c -AMw -Gsw -Os -Zdpe -W3 mlefix.c
mlefix.exe: mlefix.obj mlefix.def
link /m mlefix libentry,mlefix,,libw mdllcew,mlefix
rc mlefix.exe