home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / CUTHUGE.MAK < prev    next >
Text File  |  1992-08-29  |  382b  |  18 lines

  1. # Makefile for CUTHUGE.EXE
  2. #
  3. # Compiler        : Microsoft C 6.0
  4. # Created         : 29.8.1992
  5. # Copyright (c)   : Martti Ylikoski, 1992
  6.  
  7.  
  8. cuthuge.exe: cuthuge.obj 
  9.    link /NOE /CO cuthuge.obj setargv.obj, , NUL.MAP,mtoolsp, ,
  10.    bind cuthuge.exe
  11.    exehdr /PMTYPE:VIO cuthuge.exe
  12.    del cuthuge.obj 
  13.  
  14. cuthuge.obj: cuthuge.c
  15.    CL -AL -c -W4 -Zi -Od cuthuge.c
  16.  
  17.