home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / PROGRAM / PCL4C30.ZIP / NORESET._Q_ < prev    next >
Text File  |  1991-12-01  |  217b  |  12 lines

  1. #
  2. # Microsoft Quick C makefile for NORESET ( small model )
  3. #
  4. .c.obj:
  5.      qcl /AS /c $*.c
  6.  
  7. noreset.obj: noreset.c pcl4c.h
  8.  
  9. noreset.exe: noreset.obj pcl4c_s.lib
  10.      link/map noreset,noreset,,pcl4c_s.lib
  11.  
  12.