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.
33 lines
613 B
33 lines
613 B
!ifdef PROJECT_ROOT
|
|
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
!else
|
|
! INCLUDE $(INETROOT)\build\paths.all
|
|
!endif
|
|
|
|
MAJORCOMP=HELPCTR
|
|
MINORCOMP=SAF_IncidentObject
|
|
|
|
TARGETNAME=SAFIncidentObject
|
|
TARGETTYPE=LIBRARY
|
|
UMTYPE=windows
|
|
|
|
USE_STATIC_ATL=1
|
|
USE_NATIVE_EH=1
|
|
USE_UNICODE=1
|
|
USE_STL=1
|
|
|
|
C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
|
|
|
|
SOURCES= \
|
|
incident.cpp \
|
|
|
|
INCLUDES= \
|
|
$(LOCALLIBPATH);\
|
|
$(LOCALROOT)\Service\include;\
|
|
$(LOCALROOT)\Shell\include;\
|
|
$(LOCALROOT)\include;\
|
|
|
|
!INCLUDE $(INETROOT)\build\sources.all
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|