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

  1. !INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  2. MAJORCOMP=sr
  3. MINORCOMP=srapi
  4. TARGETNAME=srapi
  5. TARGETTYPE=LIBRARY
  6. USE_MSVCRT=1
  7. INCLUDES=$(INCLUDES);\
  8. $(SDXROOT)\admin\pchealth\sr\inc
  9. SOURCES= \
  10. control.c \
  11. notify.c \
  12. internal.c \
  13. !IF "$(NTNOPCH)" == ""
  14. PRECOMPILED_INCLUDE=precomp.h
  15. PRECOMPILED_PCH=precomp.pch
  16. PRECOMPILED_OBJ=precomp.obj
  17. !ENDIF
  18. !INCLUDE $(PROJECT_ROOT)\pchealth\build\sources.all