]> Pileus Git - ~andy/gtk/commit
Add headers. Add section about ActiveIMM.
authorTor Lillqvist <tml@iki.fi>
Thu, 8 Nov 2001 20:57:18 +0000 (20:57 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 8 Nov 2001 20:57:18 +0000 (20:57 +0000)
commit15d20507948e6a9f899a4443c722c5651d91e519
treece04952c08854ceed77cea7ee7f5857ca592d78a
parent2b83deaedf6985379971b9f277ae226eb54c0bcd
Add headers. Add section about ActiveIMM.

2001-11-08  Tor Lillqvist  <tml@iki.fi>

* README.win32: Add headers. Add section about ActiveIMM.

* configure.in: Add --with-ie55 flag to specify the location of
the "IE55 libs and headers" package downloadable from Microsoft,
which contains, among other things, the Active IMM header dimm.h
and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
Require GLib 1.3.10.

* config.h.win32.in: New version, produced by merging two
configure-generated ones (for gcc and MSVC). Hopefully #defines
the same flags that the previous, hand-written one, did.

* gdk/Makefile.am
* gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.

* gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
stuff. Remove unused GdkIOClosure.

* gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
available).

* gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
for uuid.lib. (Does it really have to be this hard to use an
existing library with libtool? Probably I am missing something.)
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
README.win32
config.h.win32.in
configure.in
gdk/Makefile.am
gdk/win32/Makefile.am
gdk/win32/gdkevents-win32.c
gdk/win32/libie55uuid.la [new file with mode: 0644]
gdk/win32/libwntab32x.la [new file with mode: 0644]
gdk/win32/surrogate-dimm.h [deleted file]