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.

75 lines
2.3 KiB

  1. SELFREGNAME = $(O)\selfreg_webvw.inf
  2. PRECOMPILED_CXX = 1
  3. !include ..\webvw.inc
  4. SOURCES_USED = $(SOURCES_USED) ..\webvw.inc
  5. TARGETNAME = webvw
  6. TARGETPATH = obj
  7. TARGETTYPE = DYNLINK
  8. #VERIFY_LC = 1
  9. LC_PATH = $(PROJECT_ROOT)\lcinf
  10. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  11. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  12. TARGETLIBS = \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\gdi32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\netapi32.lib \
  18. $(SDK_LIB_PATH)\uuid.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\urlmon.lib \
  22. $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  23. $(CCSHELL_DIR)\lib\$(O)\ieguidp.lib \
  24. $(SHELL_LIB_PATH)\shlwapip.lib \
  25. $(SHELL_LIB_PATH)\shdocvw.lib \
  26. $(PROJECT_ROOT)\lib\$(O)\shdocvwp.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(CCSHELL_DIR)\lib\$(O)\shfusion.lib \
  29. $(CCSHELL_DIR)\lib\$(O)\stock.lib
  30. USE_MSVCRT = 1
  31. DLLDEF = $O\webvw.def
  32. DLLENTRY = DllMain
  33. DLLBASE = 0x10000000
  34. INCLUDES = $(INCLUDES);$(PROJECT_ROOT)\lib\$(O);$(O)
  35. #Insert File in Order
  36. SOURCES = \
  37. ..\color.cpp \
  38. ..\debug.cpp \
  39. ..\dllreg.cpp \
  40. ..\dllload.cpp \
  41. ..\evtsink.cpp \
  42. ..\filewrap.cpp \
  43. ..\fldricon.cpp \
  44. ..\install.cpp \
  45. ..\stdafx.cpp \
  46. ..\thumbctl.cpp \
  47. ..\thumbwrap.cpp \
  48. ..\util.cpp \
  49. ..\webvw.cpp \
  50. ..\webvw.rc \
  51. ..\wvcoord.cpp
  52. PRECOMPILED_INCLUDE = ..\priv.h
  53. NTTARGETFILE0 = $(SELFREGNAME)
  54. MISCFILES = \
  55. $(SELFREGNAME) \
  56. ..\softbar.ini
  57. #
  58. # Fusionized
  59. #
  60. SXS_MANIFEST_RESOURCE_ID=123
  61. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest