76 lines
1.9 KiB
Plaintext
76 lines
1.9 KiB
Plaintext
MAJORCOMP=passport
|
|
MINORCOMP=Partner
|
|
TARGETNAME=msppmgrproxy
|
|
TARGETPATH=$(_PASSDIR)\SDK\lib
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=PassportManagerProxy.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
_PASSLIB=$(_PASSDIR)\sdk\lib\*
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\atls$(DCRT).lib \
|
|
$(SDK_LIB_PATH)\$(ATLDLL) \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\msvcprt$(DCRT).lib \
|
|
$(SDK_LIB_PATH)\rpcndr.lib \
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(_PASSLIB)\pputils.lib \
|
|
!if !$(FREEBUILD)
|
|
$(_PASSLIB)\bstrdebug.lib \
|
|
!endif
|
|
|
|
INCLUDES=$(_PASSDIR)\include; \
|
|
$(SDK_INC_PATH)\atlmfc; \
|
|
$(_PASSDIR)\Common\Tools; \
|
|
$(_PASSDIR)\Common\AlertLibrary\coreAlertStuff; \
|
|
$(_PASSDIR)\Common\AlertLibrary\PMAlerts; \
|
|
$(_PASSDIR)\Common\PerfLibrary; \
|
|
$(_PASSDIR)\Common\PerfLibrary\pmCounters; \
|
|
|
|
SOURCES=PassportManagerProxy.idl \
|
|
PassportManagerProxy.rc \
|
|
ManagerProxy.cpp \
|
|
ProxyConfig.cpp \
|
|
PassportManagerProxy.cpp \
|
|
PassportManagerProxy_p.c \
|
|
dlldatax.c \
|
|
|
|
|
|
USER_C_FLAGS=/MT /D_MERGE_PROXYSTUB /DUNICODE
|
|
USE_NATIVE_EH=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
#
|
|
# Parameters for MIDL and other PASS0 files (such as .MC files).
|
|
#
|
|
|
|
IDL_TYPE=ole
|
|
PASS0_HEADERDIR = $(_PASSDIR)\include
|
|
MIDL_UUIDDIR = $(_PASSDIR)\include
|
|
|
|
#
|
|
# Optional (but strongly recommended) precompiled specs.
|
|
#
|
|
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_PCH = stdafx.pch
|
|
PRECOMPILED_cpp = stdafx.obj
|
|
PRECOMPILED_CXX = 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|