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 / DISKFREE.MAK < prev    next >
Text File  |  1992-08-05  |  464b  |  20 lines

  1. # Makefile for DISKFREE.EXE
  2. #
  3. # Compiler        : Microsoft C 6.0
  4. # Created         : 4.8.1992
  5. # Copyright (c)   : Martti Ylikoski, 1992
  6. #
  7. # Notes: The llibcep.lib is the default library in my system
  8. #   and is therefore renamed llibce.lib.
  9.  
  10. diskfree.exe: diskfree.obj 
  11.    link  diskfree.obj, , NUL.MAP,mtoolsp, ,
  12.    bind diskfree.exe
  13.    exehdr /PMTYPE:VIO diskfree.exe
  14.    del diskfree.obj 
  15.  
  16. diskfree.obj: diskfree.c
  17.    CL -AL -c diskfree.c
  18.  
  19.