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

  1. # Makefile for BORDER.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. border.exe: border.obj 
  11.    link /NOE border.obj, , NUL.MAP,mtoolsp, ,
  12.    bind border.exe
  13.    exehdr /PMTYPE:VIO border.exe
  14.    del border.obj 
  15.  
  16. border.obj: border.c
  17.    CL -AL -c border.c
  18.  
  19.