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.

52 lines
1.1 KiB

  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. $(PROJECT_ROOT)\ntos\rtl; \
  21. $(PROJECT_ROOT)\ntos\inc; \
  22. SOURCES= \
  23. ..\culture.cpp \
  24. ..\helpers.cpp \
  25. ..\SxsExceptionHandling.cpp \
  26. ..\debug.cpp \
  27. ..\formatting.cpp \
  28. ..\fusionhashstring.cpp \
  29. ..\fusionheap.cpp \
  30. ..\fusionreg.cpp \
  31. ..\fusionreg2.cpp \
  32. ..\io.cpp \
  33. ..\ntdllwrap.cpp \
  34. ..\parser.cpp \
  35. ..\regenumkeys.cpp \
  36. ..\regenumvalues.cpp \
  37. ..\regkey2.cpp \
  38. ..\trace.cpp \
  39. ..\parser.cpp \
  40. ..\xmlns.cpp \
  41. ..\fusionsha1.cpp \
  42. ..\bigpath.cpp \
  43. ..\checkSetupMode.cpp \
  44. ..\fusioninitializecriticalsection.cpp \
  45. ..\isprint.c \
  46. ..\vseeport.cpp \
  47. SOURCES_USED=..\sources.inc