From: Chun-wei Fan Date: Wed, 28 Mar 2012 07:12:04 +0000 (+0800) Subject: Fix gspawn-win32-helper Visual C++ projects X-Git-Tag: 2.32.1~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92b84e88ab9bdd6db869574020843101ddb3a0de;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/build/win32/vs10/gspawn-win32-helper.vcxproj b/build/win32/vs10/gspawn-win32-helper.vcxproj index 591ae1b..4357a8d 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 75c0849..18cb1e7 100644 --- a/build/win32/vs9/gspawn-win32-helper.vcproj +++ b/build/win32/vs9/gspawn-win32-helper.vcproj @@ -94,7 +94,6 @@ /> - - +