home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
sql
/
sqldmo
/
cpp
/
socpp
/
makefile
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
|
1997-10-10
|
204 b
|
15 lines
Use_MFC=1
Use_MSCRT=1
console=1
Proj=Socpp
ObjList=$(@R).obj
!include <BkOffice.Mak>
LFLAGS=OLEAUT32.LIB UUID.LIB $(LFLAGS)
All: $(ObjDir)\$(Proj).exe
$(ObjDir)\$(Proj).exe: $(ObjList)