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.
50 lines
1.2 KiB
50 lines
1.2 KiB
TARGETNAME=PwdMsi
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=PwdMsi.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_IOSTREAM=1
|
|
USE_VCCOM=1
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
WIN32_IE_VERSION=0x0500
|
|
#MSC_WARNING_LEVEL=/W4
|
|
|
|
TARGETLIBS=\
|
|
..\..\Common\CommonLib\CommonLib\$(O)\common.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\msi.lib
|
|
|
|
|
|
INCLUDES=..\..\Common\Include;..\..\Common\idl\agtsvc\$(O);..\..\Common\idl\otheridls\$(O);..\..\Common\mcsdmres\mcsdmres\$(O);..\..\Common\mcsdmmsg\mcsdmmsg\$(O);..\..\Common\mcsdmres;..\..\Common\CommonLib
|
|
|
|
SOURCES=\
|
|
PwdMsi.cpp \
|
|
StdAfx.cpp \
|
|
PwdMsi.rc
|
|
|
|
# PasswordDlg.cpp \
|
|
|
|
MISCFILES = \
|
|
..\Wise\PwdMig.exe \
|
|
..\Wise\PwdMig.ini \
|
|
..\Wise\PwdMig.msi \
|
|
..\Wise\Instmsiw.exe
|
|
|
|
|
|
C_DEFINES=/DWIN32 /D_WINDOWS /D_USRDLL /D_WINDLL /DUSE_STDAFX /DPWDMSI_EXPORTS /DUNICODE /D_UNICODE
|
|
|
|
BINPLACE_PLACEFILE=..\..\placefil.txt
|