summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Burgmeier <armin@arbur.net>2008-08-27 09:56:59 +0000
committerArmin Burgmeier <arminb@src.gnome.org>2008-08-27 09:56:59 +0000
commit842020c03dac8fb8c66c507132c5eb512352f43c (patch)
tree973b9208f733b006eda067496b7feaa647b90be2
parent4556afabc20ab4ef0a74941a3b6cbd2101f80249 (diff)
downloadglibmm-842020c03dac8fb8c66c507132c5eb512352f43c.tar.gz
Replaced #include "afxres.h" by #include <windows.h> which does the job
2008-08-27 Armin Burgmeier <armin@arbur.net> * MSVC_Net2005/glibmm/glibmm.rc.in: * MSVC_Net2005/giomm/giomm.rc.in: Replaced #include "afxres.h" by #include <windows.h> which does the job equally well, and allows compilation with the freely available Visual Studio Express compiler. svn path=/trunk/; revision=723
-rw-r--r--ChangeLog7
-rw-r--r--MSVC_Net2005/giomm/giomm.rc.in2
-rwxr-xr-xMSVC_Net2005/glibmm/glibmm.rc.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d037de77..327a0661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-08-27 Armin Burgmeier <armin@arbur.net>
+ * MSVC_Net2005/glibmm/glibmm.rc.in:
+ * MSVC_Net2005/giomm/giomm.rc.in: Replaced #include "afxres.h" by
+ #include <windows.h> which does the job equally well, and allows
+ compilation with the freely available Visual Studio Express compiler.
+
+2008-08-27 Armin Burgmeier <armin@arbur.net>
+
* glib/glibmm/ustring.cc: Only include config.h when HAVE_CONFIG_H is
defined, to allow building glibmm with MSVC without having generated
config.h before. The only thing config.h is used for is the
diff --git a/MSVC_Net2005/giomm/giomm.rc.in b/MSVC_Net2005/giomm/giomm.rc.in
index 102d65c0..0b979e68 100644
--- a/MSVC_Net2005/giomm/giomm.rc.in
+++ b/MSVC_Net2005/giomm/giomm.rc.in
@@ -1,7 +1,7 @@
#define APSTUDIO_READONLY_SYMBOLS
-#include "afxres.h"
+#include <windows.h>
#undef APSTUDIO_READONLY_SYMBOLS
diff --git a/MSVC_Net2005/glibmm/glibmm.rc.in b/MSVC_Net2005/glibmm/glibmm.rc.in
index cc73532b..a8487c94 100755
--- a/MSVC_Net2005/glibmm/glibmm.rc.in
+++ b/MSVC_Net2005/glibmm/glibmm.rc.in
@@ -1,7 +1,7 @@
#define APSTUDIO_READONLY_SYMBOLS
-#include "afxres.h"
+#include <windows.h>
#undef APSTUDIO_READONLY_SYMBOLS