Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
498 B

!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