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.

30 lines
599 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\scrhost=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=scrhost
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=LIBRARY
  9. INCLUDES=$(INCLUDES); \
  10. $(ROOT)\inc; \
  11. $(ROOT)\inc\$(O); \
  12. $(ROOT)\proxy\$(O);
  13. SOURCES= \
  14. ssite.cxx \
  15. script.cxx \
  16. automation.cxx \
  17. process.cxx \
  18. evtsink.cxx \
  19. smtp.cxx
  20. !ifndef NO_PRECOMPILED_HEADERS
  21. PRECOMPILED_OPTION=/Yuheaders.hxx /Fp..\inc\$(O)\headers.pch
  22. PRECOMPILED_CXX=1
  23. !endif