home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
packer
/
shar
/
makefile
< prev
next >
Wrap
Makefile
|
1994-02-03
|
194b
|
10 lines
BIN = \prot
CC = cl
COPT = -AL -W3 -G2s
LIB = \lib
$(BIN)\shar.exe : shar.c shar.def Makefile
$(CC) $(COPT) shar.c shar.def $(LIB)\setargv.obj -Fe$(BIN)\shar.exe \
/link /noe
del shar.obj