Leaked source code of windows server 2003
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.
 
 
 
 
 
 

64 lines
1.5 KiB

MAJORCOMP=passport
MINORCOMP=common
TARGETNAME=msppnxus
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLDEF=Nexus.def
DLLENTRY=_DllMainCRTStartup
#
# advapip.lib exports hashing, without needing rsa32.lib
# $(DS_LIB_PATH)\rsa32.lib \
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\wininet.lib \
$(SDK_LIB_PATH)\advapip.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\wbemuuid.lib \
$(SDK_LIB_PATH)\iphlpapi.lib \
$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\crypt32.lib \
..\tools\$(O)\tools.lib \
..\crypt\$(O)\crypt.lib \
..\AlertLibrary\coreAlertStuff\$(O)\msppalrt.lib
INCLUDES= ..\..\include; \
..\tools; \
..\alertlibrary\corealertstuff; \
..\alertlibrary\pmalerts; \
..\alertlibrary\pmalerts\$(O); \
..\..\atlmfc;
SOURCES=ppnexusclient.cpp \
ppshadowdocument.cpp \
ppnotificationthread.cpp \
nexus.cpp \
nexus.rc
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
USE_NATIVE_EH=1
ATL_DEFINES=/D_ATL_DLL
USE_MSVCRT=1
USE_VCCOM=1
USE_STL=1
#
# Parameters for MIDL
#
IDL_TYPE=ole
PRECOMPILED_INCLUDE = precomp.h
PRECOMPILED_PCH = precomp.pch
PRECOMPILED_cpp = precomp.obj
PRECOMPILED_CXX = 1