home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sysmgmt
/
msi
/
apitstdb
/
makefile
< prev
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-13
|
251 b
|
10 lines
# APITstDb makefile
# Copyright 1997 Microsoft Corporation
!ifdef nodebug
MakeOpts = $(MakeOpts) VERSION=SHIP
!endif
all: makefile apitstdb.cpp
nmake -f apitstdb.cpp /$(MAKEFLAGS) MSDEVDIR= VCBIN= MSVCDIR= _vcbin_= _msdevbin_= $(MakeOpts)