diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-08-30 20:58:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-08-30 20:58:57 +0000 |
commit | 585471a4795061c00d8764f06e09a73a34ef8682 (patch) | |
tree | b479639c1fd4bf9b07c671b6c7c9b20e02017258 /configure.in | |
parent | 7feff029c97e5b385c702d958a78843eaae0fc1e (diff) | |
download | gdk-pixbuf-585471a4795061c00d8764f06e09a73a34ef8682.tar.gz |
Make the ms-windows theme engine build with mingw.
2004-08-30 Tor Lillqvist <tml@iki.fi>
Make the ms-windows theme engine build with mingw.
* configure.in: Expand also modules/engines/ms-windows/Theme/
Makefile and .../Theme/gtk-2.0/Makefile.
* modules/engines/ms-windows/Makefile.am: Adapt for building
inside the GTK sources.
* modules/engines/ms-windows/*.c: Use "foo.h" style includes for
GTK and GDK headers. Use correct path for gdkwin32.h header.
* modules/engines/ms-windows/msw_style.c: Don't use deprecated GDK
API.
* modules/engines/ms-windows/xp_theme_defs.h
* modules/engines/ms-windows/xp_theme.c: Move definitions of TMT_*
to xp_theme.c, as they are neither in mingw's nor Platform
SDK's tmschema.h.
* modules/engines/ms-windows/xp_theme.c: Define _WIN32_WINNT as
0x0501 to get the necesssary stuff from mingw's uxtheme.h.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5dc3a7893..dd6cbb4c7 100644 --- a/configure.in +++ b/configure.in @@ -1624,6 +1624,8 @@ modules/Makefile modules/input/Makefile modules/engines/Makefile modules/engines/ms-windows/Makefile +modules/engines/ms-windows/Theme/Makefile +modules/engines/ms-windows/Theme/gtk-2.0/Makefile contrib/Makefile contrib/gdk-pixbuf-xlib/Makefile contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc |