home *** CD-ROM | disk | FTP | other *** search
- # compilation flags
- CFLAGS=-AM -c -Gsw -Od -W2 -Zip
-
- # mltest
- mltest.res: mltest.rc MLApp.ico MLMDI.ICO mltest.h
- rc -r mltest.rc
-
- mlocal.obj: mlocal.asm
- masm -Zi mlocal.asm;
-
- listmgr.obj: listmgr.asm
- masm -Zi listmgr.asm;
-
- mltest.obj: mltest.c mltest.h mlocal.h listmgr.h
- cl $(CFLAGS) mltest.c
-
- mltest.exe: mltest.obj mlocal.obj mltest.def listmgr.obj
- link mltest+mlocal.obj+listmgr.obj,mltest/CO/ALIGN:16,mltest,libw+mlibcew/NOD,mltest
- rc mltest.res
-
- mltest.exe: mltest.res
- rc mltest.res
-