summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-09-15 23:10:10 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-09-15 23:10:10 +0000
commit553a13c641beee0eca3d68a08a68f2a1f355d2fd (patch)
treeb7de60dce410736292919274c80cccfbd8b37955 /build
parent47d23c188889bfde9adf5d140ff0ec6a9d26c736 (diff)
downloadglib-553a13c641beee0eca3d68a08a68f2a1f355d2fd.tar.gz
Use "win64" in the names of the helper exes when built for 64-bit
Windows, like in the Makefile.am. svn path=/trunk/; revision=7498
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs9/gspawn-win32-helper-console.vcproj2
-rw-r--r--build/win32/vs9/gspawn-win32-helper.vcproj40
2 files changed, 23 insertions, 19 deletions
diff --git a/build/win32/vs9/gspawn-win32-helper-console.vcproj b/build/win32/vs9/gspawn-win32-helper-console.vcproj
index c0553feab..480010885 100644
--- a/build/win32/vs9/gspawn-win32-helper-console.vcproj
+++ b/build/win32/vs9/gspawn-win32-helper-console.vcproj
@@ -219,6 +219,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\gspawn-win64-helper-console.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -294,6 +295,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\gspawn-win64-helper-console.exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
diff --git a/build/win32/vs9/gspawn-win32-helper.vcproj b/build/win32/vs9/gspawn-win32-helper.vcproj
index 0ef037bed..65c9add63 100644
--- a/build/win32/vs9/gspawn-win32-helper.vcproj
+++ b/build/win32/vs9/gspawn-win32-helper.vcproj
@@ -96,12 +96,11 @@
/>
</Configuration>
<Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
+ Name="Debug|x64"
+ OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
- WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -117,12 +116,16 @@
/>
<Tool
Name="VCMIDLTool"
+ TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
+ Optimization="0"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="2"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@@ -140,14 +143,13 @@
/>
<Tool
Name="VCLinkerTool"
- LinkIncremental="1"
+ OutputFile="$(OutDir)\gspawn-win64-helper.exe"
+ LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
- TargetMachine="1"
+ TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
@@ -172,11 +174,12 @@
/>
</Configuration>
<Configuration
- Name="Debug|x64"
- OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
+ WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -192,16 +195,12 @@
/>
<Tool
Name="VCMIDLTool"
- TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="0"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@@ -219,12 +218,15 @@
/>
<Tool
Name="VCLinkerTool"
- LinkIncremental="2"
+ OutputFile="$(OutDir)\gspawn-win64-helper.exe"
+ LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
- TargetMachine="17"
+ TargetMachine="1"
/>
<Tool
Name="VCALinkTool"