home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
sna
/
shared
/
makefile
< 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
Makefile
|
1995-12-22
|
272 b
|
14 lines
USE_SNA=1
console=1
Proj = shared
!include <BkOffice.Mak>
All: $(ObjDir)\$(Proj).Lib
$(ObjDir)\$(Proj).lib: $(ObjDir)\cpicport.obj $(ObjDir)\cpicerr.obj \
$(ObjDir)\getopt.obj $(ObjDir)\cpicinit.obj
Lib /out:$@ $** $(LogCmd)