mirror of https://github.com/tongzx/nt5src
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.
36 lines
564 B
36 lines
564 B
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=HelpCtr
|
|
MINORCOMP=Debug
|
|
|
|
TARGETNAME=Debug
|
|
TARGETTYPE=LIBRARY
|
|
DLLBASE=
|
|
DLLDEF=
|
|
|
|
USE_STATIC_ATL=1
|
|
USE_NATIVE_EH=1
|
|
|
|
|
|
SOURCES= \
|
|
Logging.cpp \
|
|
Perf.cpp \
|
|
|
|
# NOT 64-bits WindowDetours.cpp \
|
|
# NOT 64-bits detours.cpp \
|
|
# NOT 64-bits disasm.cpp \
|
|
|
|
INCLUDES= \
|
|
$(LOCALLIBPATH); \
|
|
$(LOCALROOT)\include; \
|
|
$(EXTINCPATH)\ie.50; \
|
|
$(EXTINCPATH)\vc6
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|