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.

46 lines
857 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=fusion
  5. MINORCOMP=utils
  6. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)utils
  7. TARGETTYPE=LIBRARY
  8. TARGETPATH=$(FUSION_LIB_DEST)
  9. INCLUDES= \
  10. ..; \
  11. $(FUSION_INC_PATH); \
  12. $(FUSION_PATH)\inc; \
  13. $(FUSION_PATH)\external\inc; \
  14. $(FUSION_PATH)\directdb\inc; \
  15. $(FUSION_PATH)\directdb\inc\$(O); \
  16. $(FUSION_PATH)\idl\$(O); \
  17. $(FUSION_PATH)\eventlog\whistler\$(O); \
  18. $(INCLUDES); \
  19. $(COM_INC_PATH)
  20. SOURCES= \
  21. ..\culture.cpp \
  22. ..\helpers.cpp \
  23. ..\stringpool.cpp \
  24. ..\SxsPath.cpp \
  25. ..\SxsExceptionHandling.cpp \
  26. ..\debug.cpp \
  27. ..\formatting.cpp \
  28. ..\fusionhashstring.cpp \
  29. ..\fusionheap.cpp \
  30. ..\fusionreg.cpp \
  31. ..\io.cpp \
  32. ..\ntdllwrap.cpp \
  33. ..\parser.cpp \
  34. ..\tablesizer.cpp \
  35. ..\trace.cpp \
  36. ..\parser.cpp \
  37. ..\xmlns.cpp \
  38. ..\fusionsha1.cpp \
  39. ..\bigpath.cpp
  40. SOURCES_USED=..\sources.inc