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.
 
 
 
 
 
 

60 lines
1.2 KiB

TARGETNAME=appmgr
TARGETPATH=$(SASS_BINDIR)
TARGETTYPE=PROGRAM
UMTYPE=windows
UMENTRYABS=wWinMainCRTStartup
INCLUDES=\
$(SASS_INC);\
$(BASEDIR)\public\sdk\inc;\
$(BASEDIR)\public\sdk\inc\atl21;\
$(BASEDIR)\public\sdk\inc\crt;\
PRECOMPILED_INCLUDE = stdafx.h
PRECOMPILED_SOURCEFILE = stdafx.cpp
PRECOMPILED_CXX=1
USE_STATIC_ATL=1
ATL_VER=21
USE_STL=1
USE_RTTI=1
USE_VCCOM=1
USE_MSVCRT=1
# enable unwind semantics. remove C4530: warnings
USER_C_FLAGS=/EHsc
C_DEFINES=$(C_DEFINES) -DUNICODE
TARGETLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\wbemuuid.lib \
$(SASS_LIB)\satrace.lib \
$(SASS_LIB)\sacommon.lib \
$(SASS_LIB)\sauuid.lib
SOURCES=\
ApplianceManager.cpp\
appmgrutils.cpp\
appmgr.cpp\
componentfactory.cpp\
resourceretriever.cpp\
wbemalert.cpp\
wbemalertmgr.cpp\
wbemservice.cpp\
wbemservicemgr.cpp\
wbemtask.cpp\
wbemtaskmgr.cpp\
wbemusermgr.cpp\
appmgr.rc\
MISCFILES = \
appmgr.mof \