60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=HelpCtr
|
|
MINORCOMP=SAFInciTrac
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=SAFInciTrac
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=wwinmain
|
|
|
|
USER_C_FLAGS=-GX
|
|
ATL_VER=30
|
|
USE_STATIC_ATL=1
|
|
USE_NATIVE_EH=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
#
|
|
# These lines will send all intermediate files to the TARGETPATH directory.
|
|
#
|
|
MIDL_TLBDIR=$(TARGETPATH)
|
|
PASS0_SOURCEDIR=$(TARGETPATH)
|
|
PASS0_HEADERDIR=$(TARGETPATH)
|
|
|
|
SOURCES= \
|
|
SAFInciTrac.idl\
|
|
SAFInciTrac.rc\
|
|
SAFInciTrac.cpp\
|
|
SAFChannelNotifyIncident.cpp\
|
|
SAFInciTrayIcon.cpp\
|
|
|
|
INCLUDES= \
|
|
$(LOCALTARGET); \
|
|
$(LOCALROOT)\common; \
|
|
$(LOCALROOT)\include;\
|
|
$(SDKINCPATH)\atl30; \
|
|
$(INETROOT)\helpctr\service\include; \
|
|
$(INETROOT)\helpctr\target\$(TARGET_DIRECTORY); \
|
|
$(INETROOT)\helpctr\include; \
|
|
$(LOCALLIBPATH); \
|
|
$(SDKLIBPATH); \
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(SDKLIBPATH)\ole32.lib \
|
|
$(SDKLIBPATH)\oleaut32.lib \
|
|
$(SDKLIBPATH)\uuid.lib \
|
|
$(SDKLIBPATH)\shell32.lib\
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all |