[gs-cvs] rev 7957 - in trunk/gs: doc src
ghostgum at ghostscript.com
ghostgum at ghostscript.com
Sat May 12 03:05:31 PDT 2007
Author: ghostgum
Date: 2007-05-12 03:05:30 -0700 (Sat, 12 May 2007)
New Revision: 7957
Modified:
trunk/gs/doc/Make.htm
trunk/gs/src/msvc32.mak
Log:
Recognise another variant of nmake when building for Windows x64 with MSVC 8
Restore documentation about building for Windows 64-bit,
erroneously removed by an earlier commit.
Modified: trunk/gs/doc/Make.htm
===================================================================
--- trunk/gs/doc/Make.htm 2007-05-11 22:29:09 UTC (rev 7956)
+++ trunk/gs/doc/Make.htm 2007-05-12 10:05:30 UTC (rev 7957)
@@ -1366,6 +1366,8 @@
<b><tt>JPX_LIB=lwf_jp2</tt></b> on the <tt>nmake</tt> command line, or
add these defines to your Visual Studio project.
+<h3><a name="Microsoft_build_64"></a>Microsoft Environment for 64-bit</h3>
+
Building Ghostscript for 64-bit Windows (AMD64 processor) requires
Microsoft Visual Studio .NET 2005 on 64-bit Windows,
or Microsoft Visual Studio .NET 2003 and Windows Server 2003 DDK
Modified: trunk/gs/src/msvc32.mak
===================================================================
--- trunk/gs/src/msvc32.mak 2007-05-11 22:29:09 UTC (rev 7956)
+++ trunk/gs/src/msvc32.mak 2007-05-12 10:05:30 UTC (rev 7957)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 artofcode LLC.
+# Copyright (C) 2001-2007 artofcode LLC.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -350,7 +350,10 @@
!if "$(_NMAKE_VER)" == "8.00.40607.16"
MSVC_VERSION=8
!endif
+!if "$(_NMAKE_VER)" == "8.00.50727.42"
+MSVC_VERSION=8
!endif
+!endif
!ifndef MSVC_VERSION
MSVC_VERSION=6
More information about the gs-cvs
mailing list