|
|||||||||||
|
bk commit into 5.0 tree (iggy:1.2526) BUG#31289
From: Ignacio Galarza <iggy(at)mysql.com>
Date: Fri Sep 28 2007 - 15:46:08 EDT
ChangeSet@1.2526, 2007-09-28 15:46:05-04:00, iggy@amd64.(none) +1 -0 Bug#31289 vm-win2003-64-b build failures on PushBuild due to manifest tool error
CMakeLists.txt@1.22, 2007-09-28 15:46:03-04:00, iggy@amd64.(none) +9 -8 Bug#31289 vm-win2003-64-b build failures on PushBuild due to manifest tool error
diff -Nrup a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2007-08-03 18:26:21 -04:00
+++ b/CMakeLists.txt 2007-09-28 15:46:03 -04:00
@@ -109,6 +109,15 @@ IF(CMAKE_GENERATOR MATCHES "Visual Studi
STRING(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS_INIT ${CMAKE_CXX_FLAGS_INIT})
STRING(REPLACE "/EHsc" "" CMAKE_CXX_FLAGS_DEBUG_INIT ${CMAKE_CXX_FLAGS_DEBUG_INIT})
+ # Disable automatic manifest generation. CMAKE_GENERATOR MATCHES "Visual Studio 8") @@ -156,14 +165,6 @@ IF(EMBED_MANIFESTS)
MESSAGE(FATAL_ERROR "Sign tool, signtool.exe, can't be found.")
ENDIF(HAVE_SIGN_TOOL)
- # Disable automatic manifest generation.
- STRING(REPLACE "/MANIFEST" "/MANIFEST:NO" CMAKE_EXE_LINKER_FLAGS
- ${CMAKE_EXE_LINKER_FLAGS})
- # Explicitly disable it since it is the default for newer versions of VS
- STRING(REGEX MATCH "MANIFEST:NO" tmp_manifest ${CMAKE_EXE_LINKER_FLAGS})
- IF(NOT tmp_manifest)
- SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
- ENDIF(NOT tmp_manifest)
# Set the processor architecture.
IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64")
SET(PROCESSOR_ARCH "amd64")
-- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Fri Sep 28 15:46:32 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:44:28 EDT |
||||||||||
|
|||||||||||