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.9 KiB

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. TARGET_BOTH = 1
  3. NOT_UNICODE = 1
  4. PRECOMPILED_CXX = 1
  5. !include $(CCSHELL_DIR)\ext\url\url.inc
  6. SOURCES_USED = $(SOURCES_USED) ..\url.inc
  7. SYNCHRONIZE_DRAIN=1
  8. TARGETNAME = url
  9. TARGETPATH = obj
  10. TARGETTYPE = DYNLINK
  11. #VERIFY_LC = 1
  12. LC_PATH = $(PROJECT_ROOT)\lcinf
  13. TARGETLIBS = $(SDK_LIB_PATH)\gdi32.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SHELL_LIB_PATH)\shlwapip.lib \
  18. $(SHELL_LIB_PATH)\comctlp.lib \
  19. $(SDK_LIB_PATH)\shell32.lib \
  20. $(SDK_LIB_PATH)\uuid.lib \
  21. $(SDK_LIB_PATH)\wininet.lib \
  22. $(CCSHELL_DIR)\lib\$(O)\ieguidp.lib \
  23. $(SDK_LIB_PATH)\htmlhelp.lib \
  24. $(CCSHELL_DIR)\lib\$(O)\stock4.lib
  25. LINKLIBS = ..\srcc\$(O)\srcc.lib
  26. USE_MSVCRT = 1
  27. DLLDEF = ..\url.def
  28. DLLENTRY = DllMain
  29. SOURCES = \
  30. ..\url.rc \
  31. ..\autodial.cpp \
  32. ..\comcpp.cpp \
  33. ..\contmenu.cpp \
  34. ..\dataobj.cpp \
  35. ..\dllinit.cpp \
  36. ..\enumfmte.cpp \
  37. ..\extricon.cpp \
  38. ..\ftps.cpp \
  39. ..\guids.cpp \
  40. ..\inetps.cpp \
  41. ..\intshcut.cpp \
  42. ..\newshk.cpp \
  43. ..\persist.cpp \
  44. ..\propsht.cpp \
  45. ..\refcount.cpp \
  46. ..\shlexhk.cpp \
  47. ..\shlink.cpp \
  48. ..\url.cpp \
  49. ..\urlexec.cpp
  50. PRECOMPILED_INCLUDE = ..\project.hpp
  51. PRECOMPILED_PCH = priv.pch
  52. PRECOMPILED_OBJ = priv.obj