40 lines
724 B
Plaintext
40 lines
724 B
Plaintext
|
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 \
|
||
|
wpheader.cpp \
|
||
|
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
|