47 lines
821 B
Plaintext
47 lines
821 B
Plaintext
|
!ifndef CAP_BUILD
|
||
|
CAP_BUILD=0
|
||
|
!endif
|
||
|
|
||
|
USER_C_FLAGS=-YX"stdafx.h" -MD
|
||
|
GPSIZE=32
|
||
|
USE_MFC=1
|
||
|
|
||
|
TARGETNAME=dph_test
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
UMAPPL=dph_test
|
||
|
UMTYPE=windows
|
||
|
|
||
|
!if $(CAP_BUILD)
|
||
|
386_OPTIMIZATION=$(386_OPTIMIZATION) /Gh
|
||
|
|
||
|
UMLIBS= \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\pdh.lib \
|
||
|
obj\*\dph_test.lib\
|
||
|
obj\*\dph_test.res
|
||
|
|
||
|
|
||
|
!else
|
||
|
UMLIBS=\
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\pdh.lib \
|
||
|
obj\*\dph_test.lib\
|
||
|
obj\*\dph_test.res
|
||
|
|
||
|
!endif
|
||
|
|
||
|
SOURCES=dph_tdlg.cpp \
|
||
|
dph_test.cpp \
|
||
|
dph_test.rc \
|
||
|
dphcidlg.cpp \
|
||
|
pdhpathtestdialog.cpp \
|
||
|
stdafx.cpp
|
||
|
|
||
|
USE_MSVCRT=1
|