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.

64 lines
1.1 KiB

  1. PROJDIR=..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=confold
  4. TARGETTYPE=LIBRARY
  5. USE_NATIVE_EH=1
  6. USE_EH=1
  7. INCLUDES=\
  8. $(PROJDIR)\shell\inc;\
  9. $(PROJDIR)\shell\inc\$(O);\
  10. $(PROJDIR)\inc;\
  11. $(PROJDIR)\netman\inc;\
  12. $(COM_INC_PATH);\
  13. $(SHELL_INC_PATH); \
  14. $(WINDOWS_INC_PATH); \
  15. $(DS_INC_PATH);
  16. SOURCES=\
  17. cfpidl.cpp \
  18. ac_ctrayui.cpp \
  19. cfutils.cpp \
  20. cfpidl_templates.cpp \
  21. cmdtable.cpp \
  22. confold.cpp \
  23. connlist.cpp \
  24. conprops.cpp \
  25. contrays.cpp \
  26. ctrayui.cpp \
  27. disconnect.cpp \
  28. foldglob.cpp \
  29. foldreg.cpp \
  30. icomtarg.cpp \
  31. icomtargf.cpp \
  32. icontextm.cpp \
  33. ienumidl.cpp \
  34. iconhandler.cpp\
  35. iextract.cpp \
  36. iolewind.cpp \
  37. ipersist.cpp \
  38. ipersistf.cpp \
  39. ipersistf2.cpp \
  40. iqinfo.cpp \
  41. ishellei.cpp \
  42. ishellf.cpp \
  43. ishellf2.cpp \
  44. ishellv.cpp \
  45. notify.cpp \
  46. oncommand.cpp \
  47. pidlutil.cpp \
  48. shortcut.cpp \
  49. shutil.cpp \
  50. trytofix.cpp \
  51. webview.cpp
  52. !IF DEFINED(DBG)
  53. !IF "$(DBG)" == "1"
  54. SOURCES=$(SOURCES)\
  55. oncommand_dbg.cpp
  56. !ENDIF
  57. !ENDIF