home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_09 / 2n09012a < prev    next >
Text File  |  1991-07-26  |  406b  |  18 lines

  1.  
  2. mledit  : mledit.exe
  3.  
  4. mledit.res:     mledit.rc mledit.h
  5.         rc -r mledit.rc
  6.  
  7. mledit.obj:     mledit.c mledit.h
  8.         cl -c -AS -Gsw -Oasd -Zepi -W2 mledit.c
  9. test.obj:       test.c mledit.h
  10.         cl -c -AS -Gsw -Oasd -Zepi -W2 test.c
  11.  
  12.  
  13. mledit.exe: test.obj mledit.obj mledit.def mledit.res
  14.         link /CO mledit+test,mledit.exe,,slibcew libw, mledit.def
  15.         rc mledit.res
  16.  
  17.  
  18.