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.
25 lines
524 B
25 lines
524 B
!INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
|
|
|
MAJORCOMP=sr
|
|
MINORCOMP=restmap
|
|
|
|
TARGETNAME=restmap
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
USE_TRACING=1
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
USE_NATIVE_EH=1
|
|
|
|
INCLUDES=$(INCLUDES);\
|
|
$(SDXROOT)\admin\pchealth\sr\inc; \
|
|
$(SDXROOT)\admin\pchealth\sr\enumlogs; \
|
|
$(SDXROOT)\admin\pchealth\sr\kernel; \
|
|
|
|
SOURCES= \
|
|
restmap.cpp \
|
|
reslist.cpp \
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all
|
|
|