Fix gspawn-win32-helper Visual C++ projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Mar 2012 07:12:04 +0000 (15:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Mar 2012 07:12:04 +0000 (15:12 +0800)
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
build/win32/vs9/gspawn-win32-helper.vcproj

index 591ae1b..4357a8d 100644 (file)
       <CompileAs>CompileAsC</CompileAs>
     </ClCompile>
     <Link>
-      <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
       <CompileAs>CompileAsC</CompileAs>
     </ClCompile>
     <Link>
+      <OutputFile>$(OutDir)gspawn-win64-helper.exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
index 75c0849..18cb1e7 100644 (file)
@@ -94,7 +94,6 @@
                        />\r
                        <Tool\r
                                Name="VCLinkerTool"\r
-                               OutputFile="$(OutDir)\gspawn-win64-helper.exe"\r
                                LinkIncremental="1"\r
                                GenerateDebugInformation="true"\r
                                SubSystem="2"\r
                        />\r
                        <Tool\r
                                Name="VCLinkerTool"\r
+                               OutputFile="$(OutDir)\gspawn-win64-helper.exe"\r
                                LinkIncremental="1"\r
                                GenerateDebugInformation="true"\r
                                SubSystem="2"\r
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"\r
                        >\r
-                       <File\r
-                               RelativePath="..\..\..\glib\gspawn-win32-helper.c"\r
-                               >\r
-                       </File>\r
+                       <File RelativePath="..\..\..\glib\gspawn-win32-helper.c" />\r
                </Filter>\r
                <Filter\r
                        Name="Header Files"\r