[mapguide-commits] r5068 - in trunk/MgDev: Common/CoordinateSystem Common/Foundation Common/Geometry Common/MapGuideCommon Common/MdfModel Common/MdfParser Common/PlatformBase Common/Renderers Common/Stylization Oem/DWFTK7.1/develop/global/rc/dwf Oem/DWFTK7.1/develop/global/rc/dwf/w3dtk Oem/dbxml-2.3.10/xerces-c-src/src/xercesc/util/Platforms/Win32 Server/src/Common/Base Server/src/Common/Cache Server/src/Common/Manager Server/src/Common/Thread Server/src/Core Server/src/Gws/GwsCommon Server/src/Gws/GwsQueryEngine Server/src/Gws/GwsResource Server/src/Services/Drawing Server/src/Services/Feature Server/src/Services/Kml Server/src/Services/Mapping Server/src/Services/Rendering Server/src/Services/Resource Server/src/Services/ServerAdmin Server/src/Services/Site Server/src/Services/Tile Server/src/UnitTesting Web/src/ApacheAgent Web/src/CgiAgent Web/src/DotNetUnmanagedApi/Foundation Web/src/DotNetUnmanagedApi/Geometry Web/src/DotNetUnmanagedApi/MapGuideCommon Web/src/DotNetUnmanagedApi/P latformBase Web/src/DotNetUnmanagedApi/Web Web/src/HttpHandler Web/src/IsapiAgent Web/src/JavaApi Web/src/PhpApi Web/src/WebApp

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Aug 4 19:04:33 EDT 2010


Author: brucedechant
Date: 2010-08-04 23:04:33 +0000 (Wed, 04 Aug 2010)
New Revision: 5068

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp
   trunk/MgDev/Common/Foundation/Foundation.rc
   trunk/MgDev/Common/Geometry/Geometry.rc
   trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.rc
   trunk/MgDev/Common/MdfModel/MdfModel.rc
   trunk/MgDev/Common/MdfParser/MdfParser.rc
   trunk/MgDev/Common/PlatformBase/PlatformBase.rc
   trunk/MgDev/Common/Renderers/Renderers.rc
   trunk/MgDev/Common/Stylization/Stylization.rc
   trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/DWFToolkit.rc
   trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/w3dtk/W3DToolkit.rc
   trunk/MgDev/Oem/dbxml-2.3.10/xerces-c-src/src/xercesc/util/Platforms/Win32/Version.rc
   trunk/MgDev/Server/src/Common/Base/ServerBase.rc
   trunk/MgDev/Server/src/Common/Cache/ServerCache.rc
   trunk/MgDev/Server/src/Common/Manager/ServerManager.rc
   trunk/MgDev/Server/src/Common/Thread/ServerThread.rc
   trunk/MgDev/Server/src/Core/ServerCore.rc
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc
   trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc
   trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc
   trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc
   trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc
   trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc
   trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc
   trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc
   trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc
   trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc
   trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc
   trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.rc
   trunk/MgDev/Web/src/CgiAgent/CgiAgent.rc
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApi.rc
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryApi.rc
   trunk/MgDev/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApi.rc
   trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseApi.rc
   trunk/MgDev/Web/src/DotNetUnmanagedApi/Web/WebApi.rc
   trunk/MgDev/Web/src/HttpHandler/HttpHandler.rc
   trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.rc
   trunk/MgDev/Web/src/JavaApi/JavaApi.rc
   trunk/MgDev/Web/src/PhpApi/PhpApi.rc
   trunk/MgDev/Web/src/WebApp/WebApp.rc
Log:
Fix for trac ticket 1413 - VS Express compilation support
http://trac.osgeo.org/mapguide/ticket/1413

Notes:
- Replaced references to includes afxres.h, winres.h and afxres.rc with winresrc.h


Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysCatalog.cpp	2010-08-04 23:04:33 UTC (rev 5068)
@@ -42,8 +42,6 @@
 #include "csNameMapper.hpp"                 //for csReleaseNameMapper
 
 #ifdef _WIN32
-#include <atlbase.h>
-#include <atlconv.h>
 #include <tchar.h>                          //for _tsplitpath
 #include <shlobj.h>                         //for SHGetFolderPath
 #endif

Modified: trunk/MgDev/Common/Foundation/Foundation.rc
===================================================================
--- trunk/MgDev/Common/Foundation/Foundation.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/Foundation/Foundation.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/Geometry/Geometry.rc
===================================================================
--- trunk/MgDev/Common/Geometry/Geometry.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/Geometry/Geometry.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.rc
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/MapGuideCommon/MapGuideCommon.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/MdfModel/MdfModel.rc
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfModel.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/MdfModel/MdfModel.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -7,7 +7,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -29,7 +29,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/MdfParser/MdfParser.rc
===================================================================
--- trunk/MgDev/Common/MdfParser/MdfParser.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/MdfParser/MdfParser.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/PlatformBase/PlatformBase.rc
===================================================================
--- trunk/MgDev/Common/PlatformBase/PlatformBase.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/PlatformBase/PlatformBase.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/Renderers/Renderers.rc
===================================================================
--- trunk/MgDev/Common/Renderers/Renderers.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/Renderers/Renderers.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Common/Stylization/Stylization.rc
===================================================================
--- trunk/MgDev/Common/Stylization/Stylization.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Common/Stylization/Stylization.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 1 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/DWFToolkit.rc
===================================================================
--- trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/DWFToolkit.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/DWFToolkit.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -8,7 +8,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS

Modified: trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/w3dtk/W3DToolkit.rc
===================================================================
--- trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/w3dtk/W3DToolkit.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Oem/DWFTK7.1/develop/global/rc/dwf/w3dtk/W3DToolkit.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -10,7 +10,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS

Modified: trunk/MgDev/Oem/dbxml-2.3.10/xerces-c-src/src/xercesc/util/Platforms/Win32/Version.rc
===================================================================
--- trunk/MgDev/Oem/dbxml-2.3.10/xerces-c-src/src/xercesc/util/Platforms/Win32/Version.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Oem/dbxml-2.3.10/xerces-c-src/src/xercesc/util/Platforms/Win32/Version.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -7,7 +7,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "winres.h"
+#include "winresrc.h"
 
 
 /////////////////////////////////////////////////////////////////////////////

Modified: trunk/MgDev/Server/src/Common/Base/ServerBase.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServerBase.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Common/Base/ServerBase.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Common/Cache/ServerCache.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Cache/ServerCache.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Common/Cache/ServerCache.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Common/Manager/ServerManager.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Manager/ServerManager.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Common/Manager/ServerManager.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Common/Thread/ServerThread.rc
===================================================================
--- trunk/MgDev/Server/src/Common/Thread/ServerThread.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Common/Thread/ServerThread.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Core/ServerCore.rc
===================================================================
--- trunk/MgDev/Server/src/Core/ServerCore.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Core/ServerCore.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsCommon.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Gws/GwsQueryEngine/GwsQueryEngine.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResource.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -7,7 +7,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -34,7 +34,7 @@
 
 2 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 
@@ -456,7 +456,7 @@
 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 LANGUAGE 9, 1
 #pragma code_page(1252)
-#include "afxres.rc"     // Standard components
+#include "winresrc.h"     // Standard components
 #endif
 
 /////////////////////////////////////////////////////////////////////////////

Modified: trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Drawing/ServerDrawingService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Feature/ServerFeatureService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -7,7 +7,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -29,7 +29,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Mapping/ServerMappingService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Rendering/ServerRenderingService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Resource/ServerResourceService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/ServerAdminService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Site/ServerSiteService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc
===================================================================
--- trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/Services/Tile/ServerTileService.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Server/src/UnitTesting/UnitTesting.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.rc
===================================================================
--- trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/ApacheAgent/ApacheAgent.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -33,7 +33,7 @@
 
 2 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/CgiAgent/CgiAgent.rc
===================================================================
--- trunk/MgDev/Web/src/CgiAgent/CgiAgent.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/CgiAgent/CgiAgent.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApi.rc
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Foundation/FoundationApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryApi.rc
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Geometry/GeometryApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApi.rc
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/MapGuideCommon/MapGuideCommonApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseApi.rc
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/PlatformBase/PlatformBaseApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/DotNetUnmanagedApi/Web/WebApi.rc
===================================================================
--- trunk/MgDev/Web/src/DotNetUnmanagedApi/Web/WebApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/DotNetUnmanagedApi/Web/WebApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/HttpHandler/HttpHandler.rc
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpHandler.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/HttpHandler/HttpHandler.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.rc
===================================================================
--- trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/IsapiAgent/IsapiAgent.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -33,7 +33,7 @@
 
 2 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/JavaApi/JavaApi.rc
===================================================================
--- trunk/MgDev/Web/src/JavaApi/JavaApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/JavaApi/JavaApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/PhpApi/PhpApi.rc
===================================================================
--- trunk/MgDev/Web/src/PhpApi/PhpApi.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/PhpApi/PhpApi.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 

Modified: trunk/MgDev/Web/src/WebApp/WebApp.rc
===================================================================
--- trunk/MgDev/Web/src/WebApp/WebApp.rc	2010-08-04 22:57:00 UTC (rev 5067)
+++ trunk/MgDev/Web/src/WebApp/WebApp.rc	2010-08-04 23:04:33 UTC (rev 5068)
@@ -6,7 +6,7 @@
 //
 // Generated from the TEXTINCLUDE 2 resource.
 //
-#include "afxres.h"
+#include "winresrc.h"
 
 /////////////////////////////////////////////////////////////////////////////
 #undef APSTUDIO_READONLY_SYMBOLS
@@ -28,7 +28,7 @@
 
 1 TEXTINCLUDE 
 BEGIN
-    "#include ""afxres.h""\r\n"
+    "#include ""winresrc.h""\r\n"
     "\0"
 END
 



More information about the mapguide-commits mailing list