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

svn at osgeo.org svn at osgeo.org
Fri Jan 9 07:44:21 EST 2009


Author: tamas
Date: 2009-01-09 07:44:21 -0500 (Fri, 09 Jan 2009)
New Revision: 8419

Modified:
   branches/branch-5-2/mapserver/HISTORY.TXT
   branches/branch-5-2/mapserver/Makefile.vc
Log:
Add support to compile mssql2008 when SDE or ORACLE is not compiled (#2851)

Modified: branches/branch-5-2/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-2/mapserver/HISTORY.TXT	2009-01-09 12:42:36 UTC (rev 8418)
+++ branches/branch-5-2/mapserver/HISTORY.TXT	2009-01-09 12:44:21 UTC (rev 8419)
@@ -12,6 +12,9 @@
 
 Current Version (SVN branch-5-2)
 --------------------------------
+
+- Add support to compile mssql2008 when SDE or ORACLE is not compiled (#2851)
+
 - mapagg.cpp: fix center of rotation for truetype marker symbols (#2848)
 
 - mapowscommon.c: output version string correctly (#2821)

Modified: branches/branch-5-2/mapserver/Makefile.vc
===================================================================
--- branches/branch-5-2/mapserver/Makefile.vc	2009-01-09 12:42:36 UTC (rev 8418)
+++ branches/branch-5-2/mapserver/Makefile.vc	2009-01-09 12:44:21 UTC (rev 8419)
@@ -202,7 +202,7 @@
 php:
 !ENDIF
 
-!IF DEFINED(SDE_OPT) || DEFINED(ORACLE)
+!IF DEFINED(SDE_OPT) || DEFINED(ORACLE) || DEFINED(MSSQL2008)
 
 !IFDEF ORACLE
 ORACLE_LIB=$(ORACLE_DIR)/lib/msvc/oci.lib



More information about the mapserver-commits mailing list