home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
lzw4c13
/
expand._m_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-08
|
286 b
|
16 lines
#
# Microsoft makefile for EXPAND.C ( COMPACT model )
#
.c.obj:
cl /AC /c $*.c
expand.obj: expand.c
sayerror.obj: sayerror.c
rw_io.obj: rw_io.c
expand.exe: expand.obj sayerror.obj rw_io.obj lzw4c_c.lib
link/map expand sayerror rw_io,expand,,lzw4c_c.lib;