STORM-181 : add featuretable_xp to the list of files to install for Windows
parent
e44011c3be
commit
9ddffadd0b
|
|
@ -1485,6 +1485,7 @@ if (WINDOWS)
|
|||
${GOOGLE_PERF_TOOLS_SOURCE}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/licenses-win32.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/featuretable.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/featuretable_xp.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/dbghelp.dll
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/fmod.dll
|
||||
${ARCH_PREBUILT_DIRS_RELEASE}/libeay32.dll
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@ class WindowsManifest(ViewerManifest):
|
|||
|
||||
self.path(src="licenses-win32.txt", dst="licenses.txt")
|
||||
self.path("featuretable.txt")
|
||||
self.path("featuretable_xp.txt")
|
||||
|
||||
# For use in crash reporting (generates minidumps)
|
||||
self.path("dbghelp.dll")
|
||||
|
|
|
|||
Loading…
Reference in New Issue