28 lines
471 B
Plaintext
28 lines
471 B
Plaintext
|
!INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
|
||
|
|
||
|
MAJORCOMP=sr
|
||
|
MINORCOMP=srapi
|
||
|
|
||
|
TARGETNAME=srapi
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(INCLUDES);\
|
||
|
$(SDXROOT)\admin\pchealth\sr\inc
|
||
|
|
||
|
SOURCES= \
|
||
|
control.c \
|
||
|
notify.c \
|
||
|
internal.c \
|
||
|
|
||
|
!IF "$(NTNOPCH)" == ""
|
||
|
PRECOMPILED_INCLUDE=precomp.h
|
||
|
PRECOMPILED_PCH=precomp.pch
|
||
|
PRECOMPILED_OBJ=precomp.obj
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
!INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all
|
||
|
|