Source code of Windows XP (NT5)
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.

56 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001 Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\win32\fusion\fusion.inc
  5. SOURCES_USED=$(SOURCES_USED) ..\sources.inc
  6. TARGETTYPE=LIBRARY
  7. TARGETPATH=$(FUSION_LIB_DEST)
  8. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)sxs1
  9. INCLUDES= \
  10. ..; \
  11. $(FUSION_INC_PATH); \
  12. $(FUSION_PATH)\xmlparser; \
  13. $(FUSION_PATH)\id; \
  14. $(FUSION_PATH)\inc; \
  15. $(FUSION_PATH)\eventlog\$(FUSION_BUILD_LEAF_DIRECTORY)\$(O); \
  16. $(FUSION_PATH)\idl\$(O); \
  17. $(INCLUDES); \
  18. $(COM_INC_PATH); \
  19. $(ADMIN_INC_PATH)
  20. C_DEFINES=$(C_DEFINES) -DSXSP_EXTENSIBLE_CONTRIBUTORS=0
  21. SOURCES=\
  22. ..\actctxctb.cpp \
  23. ..\actctxgen.cpp \
  24. ..\actctxgenctxctb.cpp \
  25. ..\asmmetadata.cpp \
  26. ..\assemblyreference.cpp \
  27. ..\cassemblyrecoveryinfo.cpp \
  28. ..\cmemorystream.cpp \
  29. ..\comclass.cpp \
  30. ..\comclsidmap.cpp \
  31. ..\comgoop.cpp \
  32. ..\cominterface.cpp \
  33. ..\comprogid.cpp \
  34. ..\comtypelib.cpp \
  35. ..\cresourcestream.cpp \
  36. ..\csecuritymetadata.cpp \
  37. ..\cstreamtap.cpp \
  38. ..\cteestream.cpp \
  39. ..\dllredir.cpp \
  40. ..\dumpers.cpp \
  41. ..\fileoper.cpp \
  42. ..\filestream.cpp \
  43. ..\gsgenctx.cpp \
  44. ..\guidsectgen.cpp \
  45. ..\sxsuninstall.cpp \
  46. ..\hashfile.cpp \
  47. ..\sxsclrhelpers.cpp
  48. PRECOMPILED_CXX=1
  49. PRECOMPILED_INCLUDE=..\stdinc.h