home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-08-02 | 455 b | 16 lines |
-
- !include <ntwin32.mak>
-
- all:ntrash11.exe
-
- ntrash11.res: ntrash11.rc
- rc -r -fo ntrash11.tmp ntrash11.rc
- cvtres -$(CPU) ntrash11.tmp -o ntrash11.res
- del ntrash11.tmp
-
- ntrash11.obj: ntrash11.c
- cl386 -c -G3d -Zpe -Osl -W0 -Di386=1 -DWIN32 ntrash11.c
-
- ntrash11.exe: ntrash11.obj ntrash11.res ntrash11.def
- link -subsystem:windows -entry:WinMainCRTStartup -out:ntrash11.exe ntrash11.obj ntrash11.res $(LIB)\libcmt.lib $(LIB)\*.LIB
-