summaryrefslogtreecommitdiff
path: root/README.win32
Commit message (Collapse)AuthorAgeFilesLines
* Updated for Mingw-4.1.Cedric Gustin2006-04-071-38/+2
| | | | | | 2006-04-07 Cedric Gustin <cedric.gustin@gmail.com> * README.win32: Updated for Mingw-4.1.
* Embed the manifest file into executables in the case of the Debug target.Cedric Gustin2006-04-061-1/+1
| | | | | | | | | | | | | | | | | 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.
* Merge in changes from glibmm 2.8 branch. These are documentation and build ↵Murray Cumming2006-03-081-8/+24
| | | | fixes, allowed during the hard code freeze.
* Added win32-specific --export-all-symbols to linker flags. This isCedric Gustin2004-01-291-34/+11
| | | | | | | | | | | 2004-01-27 Cedric Gustin <cedric.gustin@swing.be> * build_shared/Makefile_build.am_fragment: Added win32-specific --export-all-symbols to linker flags. This is backported from gtkmm-2.2. * README.win32: Updated text for glibmm-2.4. * tools/generate_wrap_init.pl.in: Replaced GTKMM_WIN32 by the standard G_OS_WIN32.
* Removed _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. TheseCedric Gustin2003-09-281-26/+3
| | | | | | | | | 2003-09-27 Cedric Gustin <cedric.gustin@swing.be> * glib/glibmm/threadpool.cc: Removed _GTKMMPROC_SIGNAL_H_AND_CC(#ifndef G_OS_WIN32) restrictions. These functions are now implemented in the latest (2.2.4) GTK+ on win32. * README.win32 : Updated list of unsupported functions.
* Removed libstdc++ in LDFLAGS on win32. Latest libtool is taking care ofCedric Gustin2003-03-141-16/+55
| | | | | | | | | | | | | | | | | 2003-03-04 Cedric Gustin <cgustin@ibelgique.com> * configure.in : Removed libstdc++ in LDFLAGS on win32. Latest libtool is taking care of it. * build_shared/Makefile_build.am_fragment, tools/extra_defs_gen/Makefile.am : Added --export-all-symbols linker flag on win32 (required by latest libtool to build DLLs). * build_shared/Makefile_gensrc.am_fragment : Modifiy rule that builds wrap_init.cc. wrap_init.cc now contains reference to all objects, event on win32. #ifdefs are included when needed. * README.win32 : updated for version 2.2. Added list of missing methods and signals on win32 * tools/m4/base.m4 : Added _GTKMMPROC_SIGNAL_H_AND_CC macro.
* Initial revisionMurray Cumming2003-01-071-0/+92