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.
66 lines
1.3 KiB
66 lines
1.3 KiB
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=Core
|
|
MINORCOMP=MPC_Common
|
|
|
|
TARGETNAME=MPC_Common
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_STATIC_ATL=1
|
|
USE_NATIVE_EH=1
|
|
USE_UNICODE=1
|
|
USE_STL=1
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
|
|
|
|
SOURCES= \
|
|
Logging.cpp \
|
|
Configuration.cpp \
|
|
Connectivity.cpp \
|
|
Security.cpp \
|
|
Serializer.cpp \
|
|
Stream.cpp \
|
|
LocRes.cpp \
|
|
Utils.cpp \
|
|
Utils_COM.cpp \
|
|
Utils_Compress.cpp \
|
|
Utils_CRC.cpp \
|
|
Utils_FileSystemObject.cpp \
|
|
Utils_StorageObject.cpp \
|
|
Utils_HGLOBAL.cpp \
|
|
Utils_MSITS.cpp \
|
|
Utils_MSITS_i.cpp \
|
|
Utils_Mutex.cpp \
|
|
Utils_RegKey.cpp \
|
|
Utils_RPC.cpp \
|
|
Utils_Serializer_Buffering.cpp \
|
|
Utils_Serializer_Fake.cpp \
|
|
Utils_Serializer_File.cpp \
|
|
Utils_Serializer_Http.cpp \
|
|
Utils_Serializer_IStream.cpp \
|
|
Utils_Serializer_Memory.cpp \
|
|
Utils_Serializer_Text.cpp \
|
|
Utils_URL.cpp \
|
|
Utils_ThreadPool.cpp \
|
|
HtmlUtil.cpp \
|
|
XmlUtil.cpp \
|
|
StaticCrt.cpp
|
|
|
|
INCLUDES=$(EXTINCPATH)\ie.50;$(EXTINCPATH)\vc6
|
|
|
|
TARGETLIBS= \
|
|
$(SDKLIBPATH)\ole32.lib \
|
|
$(SDKLIBPATH)\oleaut32.lib \
|
|
$(SDKLIBPATH)\wininet.lib \
|
|
$(SDKLIBPATH)\uuid.lib
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|