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