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.

34 lines
625 B

  1. !ifdef PROJECT_ROOT
  2. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  3. !else
  4. ! INCLUDE $(INETROOT)\build\paths.all
  5. !endif
  6. MAJORCOMP=HelpCtr
  7. MINORCOMP=SvcTrustedScriptss
  8. TARGETNAME=SvcTrustedScripts
  9. TARGETTYPE=LIBRARY
  10. DLLBASE=
  11. DLLDEF=
  12. USE_STATIC_ATL=1
  13. USE_NATIVE_EH=1
  14. USE_UNICODE=1
  15. USE_STL=1
  16. C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
  17. SOURCES= \
  18. ScriptLauncher.cpp \
  19. ScriptWrapper_ServerSide.cpp \
  20. INCLUDES= \
  21. $(LOCALLIBPATH); \
  22. $(LOCALROOT)\Service\include; \
  23. $(LOCALROOT)\include; \
  24. !INCLUDE $(INETROOT)\build\sources.all
  25. PRECOMPILED_INCLUDE=stdafx.h
  26. PRECOMPILED_CXX=1