home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PCL4C50.ZIP / SIMPLE._Q_ < prev    next >
Encoding:
Text File  |  1995-10-27  |  229 b   |  10 lines

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