[geos-commits] r2947 - branches/3.2

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Mar 26 07:52:51 EDT 2010


Author: mloskot
Date: 2010-03-26 07:52:51 -0400 (Fri, 26 Mar 2010)
New Revision: 2947

Modified:
   branches/3.2/nmake.opt
Log:
nmake.opt: Added missing GEOS_DLL_EXPORT to CPPFLAGS

Modified: branches/3.2/nmake.opt
===================================================================
--- branches/3.2/nmake.opt	2010-03-19 15:13:59 UTC (rev 2946)
+++ branches/3.2/nmake.opt	2010-03-26 11:52:51 UTC (rev 2947)
@@ -98,6 +98,7 @@
 # Compilation flags for Release and Debug modes
 
 GEOS_CPPFLAGS = /D "NOMINMAX" /D "WIN32_LEAN_AND_MEAN" /D "NOGDI"
+GEOS_CPPFLAGS = $(GEOS_CPPFLAGS) /D "GEOS_DLL_EXPORT"
 
 !IF "$(BUILD_DEBUG)" == "YES"
 BUILD_PREFIX=_d



More information about the geos-commits mailing list