home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol11n19.zip / TIME!BC.MAK < prev    next >
Text File  |  1992-08-24  |  483b  |  20 lines

  1. #-------------------------------------------------------------------------
  2. #
  3. #  TIME!.MAK - Make file for Time! program
  4. #
  5. #  (c) Douglas Boling, 1992
  6. #
  7. #-------------------------------------------------------------------------
  8.  
  9. time!.exe: time!.obj time!.def time!.res
  10.     tlink /Tw /v  c0ws time!, time!.exe,, cws cs import, time!.def
  11.     rc time!.res 
  12.  
  13. time!.obj : time!.c time!.h
  14.     BCC -c -ms -v -WE time!.c
  15.  
  16. time!.res : time!.rc time!.h
  17.     rc -r time!.rc
  18.  
  19.  
  20.