From 39bd295da8fd3e28045447845668b7d4c49439d3 Mon Sep 17 00:00:00 2001
From: Randy Heit <rheit@zdoom.fake>
Date: Sun, 8 Nov 2009 02:58:37 +0000
Subject: [PATCH] - Fixed: The x64 Release build was configured to use the
 32-bit GME, and   neither release nor debug builds built the library.

SVN r1966 (trunk)
---
 docs/rh-log.txt | 2 ++
 zdoom.sln       | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/rh-log.txt b/docs/rh-log.txt
index 88015541e..511085c07 100644
--- a/docs/rh-log.txt
+++ b/docs/rh-log.txt
@@ -1,4 +1,6 @@
 November 7, 2009
+- Fixed: The x64 Release build was configured to use the 32-bit GME, and
+  neither release nor debug builds built the library.
 - Fixed: R_GetOneSkyColumn() and R_GetTwoSkyColumns are mulscaling an
   unsigned integer that can use all 32 bits. They must therefore use
   the unsigned mul instruction rather than the signed imul instruction.
diff --git a/zdoom.sln b/zdoom.sln
index 0f4d541a6..988e84d68 100644
--- a/zdoom.sln
+++ b/zdoom.sln
@@ -165,9 +165,11 @@ Global
 		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|Win32.ActiveCfg = Release|Win32
 		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|Win32.Build.0 = Release|Win32
 		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|x64.ActiveCfg = Release|x64
+		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Debug|x64.Build.0 = Release|x64
 		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|Win32.ActiveCfg = Release|Win32
 		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|Win32.Build.0 = Release|Win32
-		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.ActiveCfg = Release|Win32
+		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.ActiveCfg = Release|x64
+		{9B465A9E-E5C7-4577-B559-3CA2F7AE7D96}.Release|x64.Build.0 = Release|x64
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE