home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_syst / setup.arj / SETUP.MAK < prev   
Encoding:
Makefile  |  1992-03-11  |  193 b   |  9 lines

  1. all: setup.exe
  2.  
  3. setup.obj: setup.c
  4.     cl -W3 -c -AS -Gsw -Ox -Zp setup.c
  5.  
  6. setup.exe: setup.obj setup.def
  7.     link /noe/nod setup,setup/align:16,,libw snocrt,setup.def
  8.     rc setup.exe
  9.