home *** CD-ROM | disk | FTP | other *** search
- #
- # Microsoft makefile for FILEXFER.C ( small model )
- #
- .c.obj:
- cl /AS /c $*.c
-
- filexfer.obj: filexfer.c pcl4c.h ascii.h filexfer.h
-
- xysay.obj: xysay.c
-
- modem_io.obj: modem_io.c pcl4c.h ascii.h
-
- dir_io.obj: dir_io.c
-
- crc.obj: crc.c
-
- xysay.obj: xysay.c
-
- filexfer.exe: filexfer.obj xysay.obj modem_io.obj dir_io.obj crc.obj ppl4c_sm.lib pcl4c_s.lib
- link/map filexfer+xysay.obj+modem_io+dir_io+crc,filexfer,,ppl4c_sm.lib pcl4c_s.lib;