[mapguide-commits] r4529 - in trunk/MgDev: Common/Geometry Server/src/Services/Feature

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 12 23:21:27 EST 2010


Author: waltweltonlair
Date: 2010-01-12 23:21:26 -0500 (Tue, 12 Jan 2010)
New Revision: 4529

Modified:
   trunk/MgDev/Common/Geometry/Geometry.vcproj
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj
Log:
Fix #1243 (Windows Release|x64 build error with ServerFeatureService)

Added /bigobj setting to the Windows Release|x64 configuration for the ServerFeatureService project.

Also moved CoordinateSystemMgrsGridSquarePosition.h to the correct folder in the Geometry proect file.


Modified: trunk/MgDev/Common/Geometry/Geometry.vcproj
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.vcproj	2010-01-13 02:23:48 UTC (rev 4528)
+++ trunk/MgDev/Common/Geometry/Geometry.vcproj	2010-01-13 04:21:26 UTC (rev 4529)
@@ -2681,6 +2681,10 @@
 				>
 			</File>
 			<File
+				RelativePath=".\CoordinateSystem\CoordinateSystemMgrsGridSquarePosition.h"
+				>
+			</File>
+			<File
 				RelativePath=".\CoordinateSystem\CoordinateSystemMgrsLetteringScheme.h"
 				>
 			</File>
@@ -3302,10 +3306,6 @@
 			>
 		</File>
 		<File
-			RelativePath=".\CoordinateSystem\CoordinateSystemMgrsGridSquarePosition.h"
-			>
-		</File>
-		<File
 			RelativePath=".\CoordinateXY.cpp"
 			>
 			<FileConfiguration

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj	2010-01-13 02:23:48 UTC (rev 4528)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.vcproj	2010-01-13 04:21:26 UTC (rev 4529)
@@ -285,6 +285,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				AdditionalOptions="/bigobj"
 				Optimization="2"
 				AdditionalIncludeDirectories="..\..\Common;..\..\Common\Base;..\..\Common\Cache;..\..\Common\Manager;..\..\Gws\Include;..\..\Gws\GwsCommon\inc;..\..\Gws\GwsQueryEngine\inc;..\..\..\..\Common\Foundation;..\..\..\..\Common\Geometry;..\..\..\..\Common\PlatformBase;..\..\..\..\Common\MapGuideCommon;..\..\..\..\Common\MdfModel;..\..\..\..\Common\MdfParser;..\..\..\..\Common\Security;..\..\..\..\Common\Stylization;..\..\..\..\Oem\ACE\ACE_wrappers;..\..\..\..\Oem\dbxml-2.3.10\xerces-c-src\src;..\..\..\..\Oem\FDO\inc;..\..\..\..\Oem\FDO\inc\ExpressionEngine"
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MG_SERVER_FEATURE_EXPORTS"



More information about the mapguide-commits mailing list