[geos-commits] r3797 - trunk
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri May 10 01:40:41 PDT 2013
Author: mloskot
Date: 2013-05-10 01:40:41 -0700 (Fri, 10 May 2013)
New Revision: 3797
Modified:
trunk/nmake.opt
Log:
Add NMAKE option WIN64 to simplify x64 build configuration
Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt 2013-05-09 10:04:18 UTC (rev 3796)
+++ trunk/nmake.opt 2013-05-10 08:40:41 UTC (rev 3797)
@@ -49,6 +49,16 @@
!MESSAGE *** Setting BUILD_BATCH $(BUILD_BATCH)
###############################################################################
+# Set WIN64=YES if you are building for 64-bit windows (x64).
+# Alternatively, pass WIN64=YES as NMAKE command line argument.
+###############################################################################
+!IFNDEF WIN64
+WIN64 = NO
+!ENDIF
+
+!MESSAGE *** Setting WIN64 $(WIN64)
+
+###############################################################################
# Derive version of Visual C++ being used from NMAKE if not specified
#
# WARNING:
More information about the geos-commits
mailing list