home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
lzw4c13
/
un_arc._m_
< prev
next >
Wrap
Text File
|
1992-11-08
|
325b
|
17 lines
#
# Microsoft makefile for UN_ARC.C (COMPACT model )
#
.c.obj:
cl /AC /c $*.c
un_arc.obj: un_arc.c
sayerror.obj: sayerror.c
dir_io.obj: dir_io.c
rw_io.obj: rw_io.c
un_arc.exe: un_arc.obj sayerror.obj rw_io.obj dir_io.obj lzw4c_c.lib
link/map un_arc sayerror rw_io dir_io,un_arc,,lzw4c_c.lib;