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
/
custact1
/
makefile
< prev
Wrap
Makefile
|
1997-10-13
|
251b
|
10 lines
# CustAct1 makefile
# Copyright 1997 Microsoft Corporation
!ifdef nodebug
MakeOpts = $(MakeOpts) VERSION=SHIP
!endif
all: makefile CustAct1.cpp
nmake -f CustAct1.cpp /$(MAKEFLAGS) MSDEVDIR= VCBIN= MSVCDIR= _vcbin_= _msdevbin_= $(MakeOpts)