summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2010-05-11 21:21:19 +0000
committerRobin Watts <robin.watts@artifex.com>2010-05-11 21:21:19 +0000
commitec7994c5f0659e6a3813cda9c97d28b89c83b8f6 (patch)
tree557f98788a35f76b218ed860f1837a256b8f4a98 /win32
parentbe155a7ccedda03628ea8f5a083c1cd23060827b (diff)
Add x64 platform target to Visual Studio projects. I can't
test it myself due to not having a 64bit Windows setup, but it at least starts building and then falls over when it tries to run a 64bit exe as part of the build process. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11226 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/language_switch.vcproj43
-rwxr-xr-xwin32/pcl.vcproj43
-rwxr-xr-xwin32/svg.vcproj43
-rwxr-xr-xwin32/xps.vcproj43
4 files changed, 172 insertions, 0 deletions
diff --git a/win32/language_switch.vcproj b/win32/language_switch.vcproj
index e3f14bdcc..597981c86 100755
--- a/win32/language_switch.vcproj
+++ b/win32/language_switch.vcproj
@@ -11,6 +11,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -55,6 +58,46 @@
CompileAsManaged=""
/>
</Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= SBR=1 &amp;&amp; nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\language_switch &amp;&amp; nmake /A -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= &amp;&amp; nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= SBR=1 &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\language_switch &amp;&amp; nmake /A -f pspcl6_msvc.mak DEVSTUDIO= SBR=1 &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
</Configurations>
<References>
</References>
diff --git a/win32/pcl.vcproj b/win32/pcl.vcproj
index eade1b23f..3a0b818d8 100755
--- a/win32/pcl.vcproj
+++ b/win32/pcl.vcproj
@@ -11,6 +11,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -55,6 +58,46 @@
CompileAsManaged=""
/>
</Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\main &amp;&amp; nmake /A -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f pcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak clean DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO="
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f pcl6_msvc.mak DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\main &amp;&amp; nmake /A -f pcl6_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f pcl6_msvc.mak DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
</Configurations>
<References>
</References>
diff --git a/win32/svg.vcproj b/win32/svg.vcproj
index 7387d8e3a..b39a59aa7 100755
--- a/win32/svg.vcproj
+++ b/win32/svg.vcproj
@@ -11,6 +11,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -55,6 +58,46 @@
CompileAsManaged=""
/>
</Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\svg &amp;&amp; nmake /A -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\svg &amp;&amp; nmake /A -f svg_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
</Configurations>
<References>
</References>
diff --git a/win32/xps.vcproj b/win32/xps.vcproj
index 35e82fd39..945165017 100755
--- a/win32/xps.vcproj
+++ b/win32/xps.vcproj
@@ -11,6 +11,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -55,6 +58,46 @@
CompileAsManaged=""
/>
</Configuration>
+ <Configuration
+ Name="Debug|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\xps &amp;&amp; nmake /A -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 SBR=1 DEVSTUDIO= &amp;&amp; nmake -f xps_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak clean DEBUG=1 TDEBUG=1 DEBUGSYM=1 DEVSTUDIO="
+ Output=""
+ PreprocessorDefinitions="WIN32;_DEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f xps_msvc.mak DEVSTUDIO= bsc"
+ ReBuildCommandLine="cd ..\xps &amp;&amp; nmake /A -f xps_msvc.mak SBR=1 DEVSTUDIO= &amp;&amp; nmake -f xps_msvc.mak DEVSTUDIO= bsc"
+ CleanCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak DEVSTUDIO= clean"
+ Output=""
+ PreprocessorDefinitions="WIN32;NDEBUG;"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
</Configurations>
<References>
</References>