home *** CD-ROM | disk | FTP | other *** search
- # Makefile for postman.exe
-
- postman.exe: postman.obj postman1.obj postman.def postman.res
- link /CO/align:16/NOD postman+postman1,postman.exe,,libw slibcew, postman.def
- rc -V postman.res
-
- postman.obj : postman.c postman1.h dlgdefs.h
- cl -c -u -G2csw -Zpei -Od -AS -W4 postman.c
-
- postman1.obj : postman1.c postman1.h
- cl -c -u -G2csw -Zpei -Od -AS -W4 postman1.c
-
- postman.res : postman.rc null.ico invalid.ico
- rc -r -V postman.rc
-