[mapguide-commits] r4400 - in trunk/MgDev/Common: CoordinateSystem Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Dec 9 14:34:26 EST 2009


Author: waltweltonlair
Date: 2009-12-09 14:34:24 -0500 (Wed, 09 Dec 2009)
New Revision: 4400

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnvVariable.h
   trunk/MgDev/Common/Geometry/Geometry.vcproj
Log:
Fixes related to CoordSysEnvVariable.h:

 * add missing newline at end of file
 * add header file to Visual Studio project


Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnvVariable.h
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnvVariable.h	2009-12-09 17:38:17 UTC (rev 4399)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnvVariable.h	2009-12-09 19:34:24 UTC (rev 4400)
@@ -8,4 +8,4 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
-#define LINUX_COORD_PATH    L"/usr/local/mapguideopensource/share/gis/coordsys";  // NOXLATE
\ No newline at end of file
+#define LINUX_COORD_PATH    L"/usr/local/mapguideopensource/share/gis/coordsys";  // NOXLATE

Modified: trunk/MgDev/Common/Geometry/Geometry.vcproj
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.vcproj	2009-12-09 17:38:17 UTC (rev 4399)
+++ trunk/MgDev/Common/Geometry/Geometry.vcproj	2009-12-09 19:34:24 UTC (rev 4400)
@@ -2873,6 +2873,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\CoordinateSystem\CoordSysEnvVariable.h"
+				>
+			</File>
+			<File
 				RelativePath="..\CoordinateSystem\CoordSysFormatConverter.cpp"
 				>
 			</File>



More information about the mapguide-commits mailing list