home *** CD-ROM | disk | FTP | other *** search
- #######################################################
- ## 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
-
-