windows-nt/Source/XPSP1/NT/admin/pchealth/sr/api/sources
2020-09-26 16:20:57 +08:00

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