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.

22 lines
378 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. FUSION_BUILD_TYPE=ALL
  5. !include $(PROJECT_ROOT)\win32\fusion\fusion.inc
  6. TARGETTYPE=LIBRARY
  7. TARGETPATH=..\$(_OBJ_DIR)
  8. TARGETNAME=fusion_dump
  9. INCLUDES= \
  10. $(FUSION_PATH)\sxs; \
  11. $(FUSION_INC_PATH); \
  12. $(FUSION_PATH)\inc; \
  13. $(FUSION_PATH)\idl\$(O); \
  14. $(INCLUDES); \
  15. SOURCES=\
  16. dump.cpp \
  17. typeinfo.cpp \