[mapserver-commits] r8437 - branches/branch-5-2/mapserver

svn at osgeo.org svn at osgeo.org
Fri Jan 16 13:55:21 EST 2009


Author: tamas
Date: 2009-01-16 13:55:21 -0500 (Fri, 16 Jan 2009)
New Revision: 8437

Modified:
   branches/branch-5-2/mapserver/HISTORY.TXT
   branches/branch-5-2/mapserver/Makefile.vc
Log:
Add USE_MSSQL2008_PLUGIN to the MSSQL 2008 compile options (#2823)

Modified: branches/branch-5-2/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-2/mapserver/HISTORY.TXT	2009-01-16 18:43:47 UTC (rev 8436)
+++ branches/branch-5-2/mapserver/HISTORY.TXT	2009-01-16 18:55:21 UTC (rev 8437)
@@ -13,6 +13,8 @@
 Current Version (SVN branch-5-2)
 --------------------------------
 
+- Add USE_MSSQL2008_PLUGIN to the MSSQL 2008 compile options (#2823)
+
 - Add support to compile mssql2008 when SDE or ORACLE is not compiled (#2851)
 
 - mapagg.cpp: fix center of rotation for truetype marker symbols (#2848)

Modified: branches/branch-5-2/mapserver/Makefile.vc
===================================================================
--- branches/branch-5-2/mapserver/Makefile.vc	2009-01-16 18:43:47 UTC (rev 8436)
+++ branches/branch-5-2/mapserver/Makefile.vc	2009-01-16 18:55:21 UTC (rev 8437)
@@ -238,7 +238,7 @@
     -del maporaclespatial.obj
 !ENDIF
 !IFDEF MSSQL2008
-	$(CC) $(CFLAGS) $(ODBC_INC) -DUSE_MSSQL2008 /c mapmssql2008.c /Fomapmssql2008.obj
+	$(CC) $(CFLAGS) $(ODBC_INC) -DUSE_MSSQL2008 -DUSE_MSSQL2008_PLUGIN /c mapmssql2008.c /Fomapmssql2008.obj
     link /dll /out:msplugin_mssql2008.dll mapmssql2008.obj $(ODBC_LIBS) mapserver_i.lib
     if exist msplugin_mssql2008.dll.manifest mt -manifest msplugin_mssql2008.dll.manifest -outputresource:msplugin_mssql2008.dll;2
     -del mapmssql2008.obj



More information about the mapserver-commits mailing list