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
743 B
38 lines
743 B
TARGETNAME=wbemperf
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
!ifdef CAP_BUILD
|
|
USE_ICECAP=1
|
|
!endif
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\wbemuuid.lib
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
INCLUDES=$(O)
|
|
|
|
SOURCES=\
|
|
wbprfmsg.mc \
|
|
wbemperf.rc \
|
|
classmap.cpp \
|
|
flexarry.cpp \
|
|
ntperf.cpp \
|
|
perfhelp.cpp \
|
|
refreshr.cpp \
|
|
perfacc.cpp \
|
|
utils.c \
|
|
strings.cpp \
|
|
server.cpp
|
|
|
|
USE_MSVCRT=1
|
|
MISCFILES=wbemperf.sld
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLBASE=0x7E00000
|