From 92b84e88ab9bdd6db869574020843101ddb3a0de Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 28 Mar 2012 15:12:04 +0800 Subject: [PATCH] Fix gspawn-win32-helper Visual C++ projects The name of the executable for the Release|Win32 and Release|x64 configs were mixed up. Fix that. DOH! for not noting this earlier. --- build/win32/vs10/gspawn-win32-helper.vcxproj | 2 +- build/win32/vs9/gspawn-win32-helper.vcproj | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/build/win32/vs10/gspawn-win32-helper.vcxproj b/build/win32/vs10/gspawn-win32-helper.vcxproj index 591ae1bf3..4357a8da3 100644 --- a/build/win32/vs10/gspawn-win32-helper.vcxproj +++ b/build/win32/vs10/gspawn-win32-helper.vcxproj @@ -124,7 +124,6 @@ CompileAsC - $(OutDir)gspawn-win64-helper.exe true Windows true @@ -146,6 +145,7 @@ CompileAsC + $(OutDir)gspawn-win64-helper.exe true Windows true diff --git a/build/win32/vs9/gspawn-win32-helper.vcproj b/build/win32/vs9/gspawn-win32-helper.vcproj index 75c0849c3..18cb1e7eb 100644 --- a/build/win32/vs9/gspawn-win32-helper.vcproj +++ b/build/win32/vs9/gspawn-win32-helper.vcproj @@ -94,7 +94,6 @@ /> - - +