mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
modules/engines/Makefile.am Decide whether to build the ms-windows theme
2005-06-05 Tor Lillqvist <tml@novell.com> * modules/engines/Makefile.am * modules/input/Makefile.am: Decide whether to build the ms-windows theme engine based on the GDK backend, not based on platform. (I.e., if building for Cygwin with the X11 backend, we shouldn't build the ms-windows engine, but if building for Cygwin but with the Win32 backend, we should.) Ditto for the IME (Windows) input module. (#305832)
This commit is contained in:
parent
d42fa02bc3
commit
b60940539e
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* modules/engines/Makefile.am
|
||||
* modules/input/Makefile.am: Decide whether to build the
|
||||
ms-windows theme engine based on the GDK backend, not based on
|
||||
platform. (I.e., if building for Cygwin with the X11 backend, we
|
||||
shouldn't build the ms-windows engine, but if building for Cygwin
|
||||
but with the Win32 backend, we should.) Ditto for the IME
|
||||
(Windows) input module. (#305832)
|
||||
|
||||
2005-06-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -1,3 +1,13 @@
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* modules/engines/Makefile.am
|
||||
* modules/input/Makefile.am: Decide whether to build the
|
||||
ms-windows theme engine based on the GDK backend, not based on
|
||||
platform. (I.e., if building for Cygwin with the X11 backend, we
|
||||
shouldn't build the ms-windows engine, but if building for Cygwin
|
||||
but with the Win32 backend, we should.) Ditto for the IME
|
||||
(Windows) input module. (#305832)
|
||||
|
||||
2005-06-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -1,3 +1,13 @@
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* modules/engines/Makefile.am
|
||||
* modules/input/Makefile.am: Decide whether to build the
|
||||
ms-windows theme engine based on the GDK backend, not based on
|
||||
platform. (I.e., if building for Cygwin with the X11 backend, we
|
||||
shouldn't build the ms-windows engine, but if building for Cygwin
|
||||
but with the Win32 backend, we should.) Ditto for the IME
|
||||
(Windows) input module. (#305832)
|
||||
|
||||
2005-06-04 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
if PLATFORM_WIN32
|
||||
if USE_WIN32
|
||||
wimp = ms-windows
|
||||
endif
|
||||
|
||||
|
@ -83,7 +83,7 @@ im_ime_la_SOURCES = \
|
||||
imime.c \
|
||||
imm-extra.h
|
||||
im_ime_la_LIBADD = -limm32 $(LDADDS)
|
||||
if PLATFORM_WIN32
|
||||
if USE_WIN32
|
||||
IM_IME_MODULE=im-ime.la
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user