home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_04 / 1n04079a < prev    next >
Text File  |  1990-08-05  |  405b  |  21 lines

  1.  
  2.  
  3. Figure 4. DLGSAMPLE - Make file
  4. -------------------------------
  5. .
  6. dlgsampl.obj: dlgsampl.c dlgsampl.h
  7.     cl -c -AM -Gsw -Oas -Zpe dlgsampl.c
  8. .
  9. dlgsampl.res: dlgsampl.rc dlgsampl.h
  10.     rc -r dlgsampl.rc
  11. .
  12. dlgsampl.exe: dlgsampl.obj dlgsampl.def
  13.     link4 dlgsampl /NOE /NOD,,,mlibcew+libw,dlgsampl.def
  14.     rc dlgsampl.res
  15.     echo
  16. .
  17. dlgsampl.exe: dlgsampl.res
  18.     rc dlgsampl.res
  19. .
  20.  
  21.