[mapguide-commits] r5111 - trunk/MgDev/Oem/ACE/ACE_wrappers/ace

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Sep 4 06:04:56 EDT 2010


Author: hubu
Date: 2010-09-04 10:04:56 +0000 (Sat, 04 Sep 2010)
New Revision: 5111

Modified:
   trunk/MgDev/Oem/ACE/ACE_wrappers/ace/ACE.vcproj
Log:
Modify configuration of ACE.vcproj to generate pdb file for release build.

Modified: trunk/MgDev/Oem/ACE/ACE_wrappers/ace/ACE.vcproj
===================================================================
--- trunk/MgDev/Oem/ACE/ACE_wrappers/ace/ACE.vcproj	2010-09-03 13:09:01 UTC (rev 5110)
+++ trunk/MgDev/Oem/ACE/ACE_wrappers/ace/ACE.vcproj	2010-09-04 10:04:56 UTC (rev 5111)
@@ -254,7 +254,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories=".;..\lib"
-				GenerateDebugInformation="false"
+				GenerateDebugInformation="true"
 				SubSystem="2"
 				OptimizeReferences="2"
 				EnableCOMDATFolding="2"
@@ -342,7 +342,7 @@
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
 				AdditionalLibraryDirectories=".;..\lib"
-				GenerateDebugInformation="false"
+				GenerateDebugInformation="true"
 				SubSystem="2"
 				OptimizeReferences="2"
 				EnableCOMDATFolding="2"
@@ -2869,11 +2869,11 @@
 				>
 			</File>
 			<File
-				RelativePath="OS_Errno.h"
+				RelativePath="os_include\os_errno.h"
 				>
 			</File>
 			<File
-				RelativePath="os_include\os_errno.h"
+				RelativePath="OS_Errno.h"
 				>
 			</File>
 			<File
@@ -3257,11 +3257,11 @@
 				>
 			</File>
 			<File
-				RelativePath="OS_String.h"
+				RelativePath="os_include\os_string.h"
 				>
 			</File>
 			<File
-				RelativePath="os_include\os_string.h"
+				RelativePath="OS_String.h"
 				>
 			</File>
 			<File
@@ -3305,11 +3305,11 @@
 				>
 			</File>
 			<File
-				RelativePath="os_include\sys\os_time.h"
+				RelativePath="os_include\os_time.h"
 				>
 			</File>
 			<File
-				RelativePath="os_include\os_time.h"
+				RelativePath="os_include\sys\os_time.h"
 				>
 			</File>
 			<File



More information about the mapguide-commits mailing list