More manifest gymnastics
This commit is contained in:
@@ -1870,7 +1870,7 @@ if (WINDOWS)
|
|||||||
-E
|
-E
|
||||||
copy_if_different
|
copy_if_different
|
||||||
${RUNTIME_LIB}
|
${RUNTIME_LIB}
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
COMMENT "Copying ${RUNTIME_LIB} to the runtime folder."
|
COMMENT "Copying ${RUNTIME_LIB} to the runtime folder."
|
||||||
)
|
)
|
||||||
ENDFOREACH(RUNTIME_LIB ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS})
|
ENDFOREACH(RUNTIME_LIB ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS})
|
||||||
|
|||||||
@@ -305,11 +305,16 @@ class WindowsManifest(ViewerManifest):
|
|||||||
if not self.is_win64():
|
if not self.is_win64():
|
||||||
self.path(release_lib_dir+"/libtcmalloc_minimal.dll", dst="libtcmalloc_minimal.dll")
|
self.path(release_lib_dir+"/libtcmalloc_minimal.dll", dst="libtcmalloc_minimal.dll")
|
||||||
|
|
||||||
|
#try:
|
||||||
|
# if self.prefix(release_lib_dir+"/msvcrt", dst=""):
|
||||||
|
# self.path("*.dll")
|
||||||
|
# self.path("*.manifest")
|
||||||
|
# self.end_prefix()
|
||||||
|
#except:
|
||||||
|
# pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if self.prefix(release_lib_dir+"/msvcrt", dst=""):
|
self.path("msvc*.dll")
|
||||||
self.path("*.dll")
|
|
||||||
self.path("*.manifest")
|
|
||||||
self.end_prefix()
|
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user