home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_01_02 / 1n02073a < prev    next >
Text File  |  1990-09-26  |  265b  |  20 lines

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