summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@gmail.com>2006-04-06 12:42:28 +0000
committerCedric Gustin <gustin@src.gnome.org>2006-04-06 12:42:28 +0000
commit367228bc2218bcc71a628b3d4514d08deab6d4b4 (patch)
tree3d82d1b8bec709caf59302f2e4c6cd058e4be130 /README.win32
parent5fc9d0f797da4f5377ffc3be77cf441ce9646f25 (diff)
downloadglibmm-367228bc2218bcc71a628b3d4514d08deab6d4b4.tar.gz
Embed the manifest file into executables in the case of the Debug target.
2006-04-06 Cedric Gustin <cedric.gustin@gmail.com> * MSVC_Net2003/*.vcproj: Embed the manifest file into executables in the case of the Debug target. * README.win32: Fixed a few typos. * build_shared/Makefile_build.am_fragment: Add -DGLIBMM_BUILD to the extra_defines compiler flags (switch between dllexport/dllimport on win32). * glib/glibmmconfig.h.in: Define GLIBMM_DLL when building with mingw32/cygwin. This makes the GLIBMM_API tag (and GTKMM_API for gtkmm) active with these two platforms, as required by bug #309030. * glib/glibmm/object.h, glib/glibmm/objectbase.h : Tag the Object and ObjectBase classes with GLIBMM_API to make Visual Studio happy.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 4cb1128a..97221761 100644
--- a/README.win32
+++ b/README.win32
@@ -1,7 +1,7 @@
Building glibmm on Win32
===========================
-Currently, only both mingw (native win32) gcc compiler and MS Visual
+Currently, both the mingw (native win32) gcc compiler and MS Visual
Studio 2005 are supported. glibmm can be built with mingw32-gcc using
the gnu autotools (automake, autoconf, libtool). As explicitly stated
in the gtk+ for win32 distribution (http://www.gimp.org/win32/), the