home *** CD-ROM | disk | FTP | other *** search
- # SPMtpl - Presentation Manager small memory model template.
- # Written by Bill Hall, Olivetti ATC.
- #
-
- # no debug compile macro
- cp=cl -d -c -W3 -AS -G2sw -Ox -Zpe
-
- # libraries
- LIBS=os2 slibcp libh /NOD
-
- # inference rule for resources
- .rc.res :
- rc -r $*.rc
-
- # Dependencies
- spmtpl.res : spmtpl.rc spmtpl.h
-
- spmtpl.obj : spmtpl.c spmtpl.h
- $(cp) spmtpl.c
-
- spmtplnt.obj : spmtplnt.c spmtpl.h
- $(cp) -NT _INIT spmtplnt.c
-
- spmtpl.exe : spmtpl.def spmtpl.res spmtpl.obj spmtplnt.obj
- link spmtpl spmtplnt,spmtpl/align:16,spmtpl/map,$(LIBS),spmtpl.def
- rc spmtpl.res