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.
34 lines
800 B
34 lines
800 B
############################################################################
|
|
#
|
|
# Copyright (C) 1999, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
WMIMFC=1
|
|
WMIPRECOMPSHARED=1
|
|
!include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
|
|
TARGETNAME=Common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
$(STDLIBRARY_INC)
|
|
|
|
SOURCES= \
|
|
ServiceThread.cpp \
|
|
ConnectThread.cpp \
|
|
sshWbemHelpers.cpp \
|
|
CHString1.cpp
|
|
|
|
# Next, specify options for the compiler using C_DEFINES.
|
|
C_DEFINES=$(C_DEFINES) /DBUILDING_DLL /DSHARE_SOURCE
|
|
WIN32_WINNT_VERSION=0x0501
|
|
USE_NATIVE_EH=ASYNC
|
|
USE_RTTI=1
|
|
USE_MSVCRT=1
|
|
USE_ATL=1
|
|
ATL_VER=30
|