[geos-commits] r2948 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Mar 26 07:55:16 EDT 2010


Author: mloskot
Date: 2010-03-26 07:55:16 -0400 (Fri, 26 Mar 2010)
New Revision: 2948

Modified:
   trunk/nmake.opt
Log:
nmake.opt: Added missing GEOS_DLL_EXPORT to CPPFLAGS (ported from branches/3.2)

Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt	2010-03-26 11:52:51 UTC (rev 2947)
+++ trunk/nmake.opt	2010-03-26 11:55:16 UTC (rev 2948)
@@ -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