forked from AuroraMiddleware/gtk
Link with -limm32.
2004-08-30 Tor Lillqvist <tml@iki.fi> * modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32. * modules/input/gtkimcontextime.c: Use quotes in #includes, to find headers when building inside GTK+ sources.
This commit is contained in:
parent
ebddf162fc
commit
26526ea581
@ -1,3 +1,10 @@
|
||||
2004-08-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
|
||||
|
||||
* modules/input/gtkimcontextime.c: Use quotes in #includes, to
|
||||
find headers when building inside GTK+ sources.
|
||||
|
||||
2004-08-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
|
||||
|
||||
* modules/input/gtkimcontextime.c: Use quotes in #includes, to
|
||||
find headers when building inside GTK+ sources.
|
||||
|
||||
2004-08-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
|
||||
|
||||
* modules/input/gtkimcontextime.c: Use quotes in #includes, to
|
||||
find headers when building inside GTK+ sources.
|
||||
|
||||
2004-08-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-08-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* modules/input/Makefile.am (im_ime_la_LIBADD): Link with -limm32.
|
||||
|
||||
* modules/input/gtkimcontextime.c: Use quotes in #includes, to
|
||||
find headers when building inside GTK+ sources.
|
||||
|
||||
2004-08-27 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdnd-win32.c (GdkDragContextPrivateWin32): Add
|
||||
|
@ -82,7 +82,7 @@ im_ime_la_SOURCES = \
|
||||
gtkimcontextime.h \
|
||||
imime.c \
|
||||
imm-extra.h
|
||||
im_ime_la_LIBADD = $(LDADDS)
|
||||
im_ime_la_LIBADD = -limm32 $(LDADDS)
|
||||
if PLATFORM_WIN32
|
||||
IM_IME_MODULE=im-ime.la
|
||||
endif
|
||||
|
@ -30,9 +30,9 @@
|
||||
|
||||
#include "imm-extra.h"
|
||||
|
||||
#include <gdk/gdkwin32.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include "gdk/win32/gdkwin32.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtk/gtkwidget.h"
|
||||
|
||||
/* avoid warning */
|
||||
#ifdef STRICT
|
||||
|
Loading…
Reference in New Issue
Block a user