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.

29 lines
466 B

  1. !IF 0
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=fusion
  5. MINORCOMP=settings
  6. TARGETNAME=$(FUSION_BUILD_TYPE_PREFIX)settings
  7. TARGETTYPE=LIBRARY
  8. INCLUDES=\
  9. ..;\
  10. $(FUSION_INC_PATH);\
  11. $(FUSION_PATH)\external\inc;\
  12. $(FUSION_PATH)\idl\$(O); \
  13. $(INCLUDES);\
  14. $(COM_INC_PATH)
  15. SOURCES= \
  16. values.cpp \
  17. keys.cpp \
  18. load.cpp \
  19. save.cpp
  20. SOURCES_USED=..\sources.inc
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_INCLUDE=..\stdinc.h