home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / DIAMOND1.ZIP / DIATEST.ZIP / DIATEST.MAK < prev    next >
Makefile  |  1992-03-07  |  306b  |  16 lines

  1.  
  2. all:diatest.exe
  3.  
  4. diatest.res: diatest.rc
  5.     rc -r diatest.rc
  6.  
  7. diatest.obj: diatest.c diatest.h
  8.     cl -c -Gsw2 -AS -Oatl -Zpe diatest.c
  9.  
  10. diatest.exe: diatest.obj diatest.def
  11.     link /NOD diatest,,, libw SLIBCEW, diatest.def
  12.     rc diatest.res
  13.  
  14. diatest.exe: diatest.res
  15.     rc diatest.res
  16.