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.

43 lines
808 B

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=fusion
  5. MINORCOMP=w32
  6. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)w32
  7. TARGETTYPE=LIBRARY
  8. INCLUDES= \
  9. ..; \
  10. $(FUSION_INC_PATH); \
  11. $(FUSION_PATH)\inc; \
  12. $(FUSION_PATH)\external\inc; \
  13. $(FUSION_PATH)\directdb\inc; \
  14. $(FUSION_PATH)\directdb\inc\$(O); \
  15. $(FUSION_PATH)\idl\$(O); \
  16. $(FUSION_PATH)\eventlog\whistler\$(O); \
  17. $(INCLUDES); \
  18. $(COM_INC_PATH)
  19. SOURCES= \
  20. closehandle.cpp \
  21. copyfile.cpp \
  22. copyfileex.cpp \
  23. createdirectory.cpp \
  24. createfile.cpp \
  25. deletefile.cpp \
  26. findactctxsectionstring.cpp \
  27. findclose.cpp \
  28. findfirstfile.cpp \
  29. findfirstfileex.cpp \
  30. getfileattributes.cpp \
  31. getfileattributesex.cpp \
  32. movefileex.cpp \
  33. setfileattributes.cpp
  34. SOURCES_USED=..\sources.inc
  35. PRECOMPILED_CXX=1
  36. PRECOMPILED_INCLUDE=..\stdinc.h