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.
This commit is contained in:
Chun-wei Fan 2012-03-28 15:12:04 +08:00
parent 0463fa1cb0
commit 92b84e88ab
2 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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"