home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / TEMPLATE / TESTER < prev    next >
Text File  |  1993-12-01  |  313b  |  11 lines

  1. all: tester.dll
  2.  
  3. tester.obj: tester.c tester.h testinc.h
  4.     cl -c -ASw -Gcsw2 -Od -W4 -Zlepid tester.c
  5.  
  6. tester.dll: tester.obj tester.def
  7.     link /NOE/BA/A:16/M/CO/LI/F tester.obj libentry.obj, tester.dll,, libw sdllcew, tester
  8.     mapsym tester.map
  9.     implib tester.lib tester.def
  10.     rc tester.dll
  11.