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 / BLANK.MAK < prev    next >
Text File  |  1992-08-25  |  310b  |  17 lines

  1. # Makefile for BLANK.EXE
  2. #
  3. # Compiler        : Microsoft C 6.0
  4. # Created         : 25.8.1992
  5. # Copyright (c)   : Martti Ylikoski, 1992
  6. #
  7.  
  8. blank.exe: blank.obj 
  9.    link /NOE blank.obj, , NUL.MAP, , ,
  10.    exehdr /PMTYPE:VIO blank.exe
  11.    del blank.obj 
  12.  
  13. blank.obj: blank.c
  14.    CL -AL -c blank.c
  15.  
  16.