From: Date: June 26 2007 8:24pm Subject: bk commit into 5.1 tree (iggy:1.2509) BUG#24732 List-Archive: http://lists.mysql.com/commits/29632 X-Bug: 24732 Message-Id: <20070626182408.821F749688E@amd64> Below is the list of changes that have just been committed into a local 5.1 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@stripped, 2007-06-26 14:24:01-04:00, iggy@amd64.(none) +1 -0 Bug#24732 Executables do not include Vista manifests - Post Merge Fixup CMakeLists.txt@stripped, 2007-06-26 14:23:59-04:00, iggy@amd64.(none) +1 -1 Bug#24732 Executables do not include Vista manifests - Post Merge Fixup # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: iggy # Host: amd64.(none) # Root: /src/bug24732/my51-bug24732 --- 1.33/CMakeLists.txt 2007-06-15 14:45:35 -04:00 +++ 1.34/CMakeLists.txt 2007-06-26 14:23:59 -04:00 @@ -174,7 +174,7 @@ IF(EMBED_MANIFESTS) ENDIF(NOT tmp_manifest) # Set the processor architecture. IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") - SET(PROCESSOR_ARCH "X64") + SET(PROCESSOR_ARCH "amd64") ELSE(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") SET(PROCESSOR_ARCH "X86") ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64")