[geos-commits] r3742 - trunk
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Jan 11 09:11:39 PST 2013
Author: mloskot
Date: 2013-01-11 09:11:38 -0800 (Fri, 11 Jan 2013)
New Revision: 3742
Modified:
trunk/nmake.opt
Log:
Report general and custom flags separately
Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt 2013-01-11 14:58:04 UTC (rev 3741)
+++ trunk/nmake.opt 2013-01-11 17:11:38 UTC (rev 3742)
@@ -149,11 +149,13 @@
GEOS_CFLAGS = /D "GEOS_INLINE"
!ENDIF
-!MESSAGE *** Using CFLAGS $(GEOS_CFLAGS)
-!MESSAGE *** Using CPPFLAGS $(GEOS_CPPFLAGS)
+!MESSAGE *** Using GEOS_CFLAGS $(GEOS_CFLAGS)
+!MESSAGE *** Using GEOS_CPPFLAGS $(GEOS_CPPFLAGS)
-CFLAGS= $(MPFLAGS) $(GEOS_CFLAGS) $(GEOS_CPPFLAGS) $(GEOS_INCLUDE)
+CFLAGS=$(MPFLAGS) $(GEOS_CFLAGS) $(GEOS_CPPFLAGS) $(GEOS_INCLUDE)
+!MESSAGE *** Complete CFLAGS $(CFLAGS)
+
###############################################################################
# Output location
More information about the geos-commits
mailing list