mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
441 B
25 lines
441 B
MSI_BUILD_UNICODE=1
|
|
|
|
!INCLUDE ..\..\Src\MsiMake.inc
|
|
TARGETNAME=
|
|
TARGETTYPE=DYNLINK
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
NTTARGETFILE0=OrcaMsi
|
|
|
|
SOURCES=
|
|
|
|
BINPLACE_PLACEFILE=..\placefil.txt
|
|
|
|
!if "$(MAKEDLL)"=="1"
|
|
MISCFILES= \
|
|
msitool.mak \
|
|
$(O)\orcacab.ddf \
|
|
i386\bin\msstkprp.dll \
|
|
i386\bin\msvcrt.dll \
|
|
i386\bin\mfc42.dll \
|
|
i386\bin\mfc42u.dll \
|
|
$(BUILD_PACKAGEDIR)\orca.msi \
|
|
$(BUILD_PACKAGEDIR)\orca.dat
|
|
|
|
!endif
|