home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / DDELIB13.ZIP / SUB < prev    next >
Text File  |  1990-09-14  |  283b  |  13 lines

  1. CL=cl -c -AS -D LINT_ARGS -G2sw -Os -W3 -Zip $*.c
  2.  
  3. sub.obj: sub.c ddelib.h sub.h
  4.     $(CL)
  5.  
  6. sub.res: sub.rc sub.h
  7.     rc -r sub.rc
  8.  
  9. sub.exe: sub.obj sub.def ddelib.lib sub.res
  10.     link /CO/MAP/NOD sub, sub, sub, slibcew libw ddelib, sub.def
  11.     rc sub.res
  12.     mapsym sub
  13.