home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sysmgmt
/
sms
/
smsapi
/
pdf
/
makefile
next >
Wrap
Makefile
|
1997-10-13
|
274b
|
21 lines
USE_SMS=1
console=1
Use_MFC=1
crtmt=1
Proj=Pdf
cDefines=-DSTRICT=1 -D_NTWIN -D_CONSOLE=1
ObjList=$(@R).Obj
!include <BkOffice.Mak>
All: $(ObjDir)\$(Proj).Exe
$(ObjDir)\$(Proj).Exe: $(ObjList)
clean:
del $(ObjDir)\*.Obj
del $(ObjDir)\*.Exe