[mapguide-commits] r6696 - in trunk/Installer/Custom: apache_actions iis_actions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 25 06:35:35 EDT 2012


Author: jng
Date: 2012-05-25 03:35:34 -0700 (Fri, 25 May 2012)
New Revision: 6696

Modified:
   trunk/Installer/Custom/apache_actions/resources.rc
   trunk/Installer/Custom/iis_actions/resources.rc
Log:
Fix VC express compilation

Modified: trunk/Installer/Custom/apache_actions/resources.rc
===================================================================
--- trunk/Installer/Custom/apache_actions/resources.rc	2012-05-25 08:18:51 UTC (rev 6695)
+++ trunk/Installer/Custom/apache_actions/resources.rc	2012-05-25 10:35:34 UTC (rev 6696)
@@ -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
 

Modified: trunk/Installer/Custom/iis_actions/resources.rc
===================================================================
--- trunk/Installer/Custom/iis_actions/resources.rc	2012-05-25 08:18:51 UTC (rev 6695)
+++ trunk/Installer/Custom/iis_actions/resources.rc	2012-05-25 10:35:34 UTC (rev 6696)
@@ -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
 



More information about the mapguide-commits mailing list