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

  1. # Makefile for AT.EXE
  2. #
  3. # Compiler        : Microsoft C 6.0
  4. # Created         : 13.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. at.exe: at.obj  
  11.    link at.obj, , NUL.MAP,llibce mtoolsp, ,
  12.    bind at.exe
  13.    exehdr /PMTYPE:VIO at.exe
  14.    del at.obj
  15.  
  16. at.obj: at.c
  17.    CL -AL -c /Lp /D AT /Foat.obj at.c
  18.  
  19.