Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

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


Below is the list of changes that have just been committed into a local 5.0 repository of iggy. When iggy does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository.
For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

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

  • Move disable manifest generation commands to more global location.

  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

  • Disable Manifests by default for VS 7 and 8.

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.
+ 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)

+
 ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR

       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.com
Received 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

Do you need help?X

Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library