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.
38 lines
1.0 KiB
38 lines
1.0 KiB
############################################################################
|
|
#
|
|
# Copyright © Microsoft Corporation. All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
WMIPRECOMPSHARED=1
|
|
!include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
|
|
TARGETNAME=utillib
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# The INCLUDES variable specifies any include paths that are specific to
|
|
# this source directory. Separate multiple paths with single
|
|
# semicolons. Relative path specifications are okay.
|
|
INCLUDES=$(INCLUDES); \
|
|
$(UTILLIB_INC); \
|
|
$(WMIIDL_INC); \
|
|
$(STDLIBRARY_INC); \
|
|
$(WBEMCOMN_INC)
|
|
|
|
SOURCES= \
|
|
..\CRegCls.CPP \
|
|
..\analyser.cpp \
|
|
..\assertbreak.cpp \
|
|
..\CHPtrArr.cpp \
|
|
..\CHStrarr.CPP \
|
|
..\CHString.CPP \
|
|
..\wbemtime.cpp \
|
|
..\utils.cpp \
|
|
..\AutoImpRevert.cpp
|
|
|
|
C_DEFINES=$(C_DEFINES) /DUTILLIB /D_DLL /DUSE_POLARITY /DBUILDING_DLL /DFRAMEWORK_ALLOW_DEPRECATED=0
|
|
USE_NATIVE_EH=ASYNC
|
|
USE_STL=1
|