home *** CD-ROM | disk | FTP | other *** search
/ WindowsWare 2 the Maxx / winmaxx.zip / winmaxx / WIN_NT / NTRASH.ZIP / NTRASH11.MAK < prev    next >
Makefile  |  1992-08-02  |  455b  |  16 lines

  1.  
  2. !include <ntwin32.mak>
  3.  
  4. all:ntrash11.exe
  5.  
  6. ntrash11.res: ntrash11.rc
  7.    rc -r -fo ntrash11.tmp ntrash11.rc
  8.    cvtres -$(CPU) ntrash11.tmp -o ntrash11.res
  9.    del ntrash11.tmp
  10.  
  11. ntrash11.obj: ntrash11.c
  12.    cl386 -c -G3d -Zpe -Osl -W0 -Di386=1 -DWIN32 ntrash11.c
  13.  
  14. ntrash11.exe: ntrash11.obj ntrash11.res ntrash11.def
  15.    link -subsystem:windows -entry:WinMainCRTStartup -out:ntrash11.exe ntrash11.obj ntrash11.res $(LIB)\libcmt.lib $(LIB)\*.LIB
  16.