home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PPL4C11.ZIP / FILEXFER._T_ < prev    next >
Encoding:
Text File  |  1992-08-16  |  339 b   |  12 lines

  1. #
  2. # Turbo C makefile for FILEXFER.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -c $<
  6.  
  7. filexfer.exe: filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
  8.      tcc -ms -M filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
  9.  
  10. filexfer.obj: filexfer.c pcl4c.h ppl4c.h filexfer.h
  11.  
  12.