[glib] Fix gspawn-win32-helper Visual C++ projects
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix gspawn-win32-helper Visual C++ projects
- Date: Wed, 28 Mar 2012 07:13:10 +0000 (UTC)
commit 92b84e88ab9bdd6db869574020843101ddb3a0de
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Mar 28 15:12:04 2012 +0800
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 591ae1b..4357a8d 100644
--- a/build/win32/vs10/gspawn-win32-helper.vcxproj
+++ b/build/win32/vs10/gspawn-win32-helper.vcxproj
@@ -124,7 +124,6 @@
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
- <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
@@ -146,6 +145,7 @@
<CompileAs>CompileAsC</CompileAs>
</ClCompile>
<Link>
+ <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
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 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)\gspawn-win64-helper.exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
@@ -123,6 +122,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\gspawn-win64-helper.exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
@@ -142,10 +142,7 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File
- RelativePath="..\..\..\glib\gspawn-win32-helper.c"
- >
- </File>
+ <File RelativePath="..\..\..\glib\gspawn-win32-helper.c" />
</Filter>
<Filter
Name="Header Files"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]