Set automake conditionals OS_WIN32 if on (native) Win32, and
authorTor Lillqvist <tml@iki.fi>
Fri, 19 Oct 2001 20:18:22 +0000 (20:18 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 19 Oct 2001 20:18:22 +0000 (20:18 +0000)
commit99cba49f4016651d2a70a868e224cd900456a594
tree718a669b4452042b09c45f2f191dc9bac5315b85
parent2b4586aab5e8f64e31353758bb201c51a2d736c8
Set automake conditionals OS_WIN32 if on (native) Win32, and

2001-10-19  Tor Lillqvist  <tml@iki.fi>

* configure.in: Set automake conditionals OS_WIN32 if on (native)
Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.

* atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
-export-symbols atk.def. If lib.exe is available, generate
atk.lib, and install it.

* atk/atk.def: Update with new entry points.
ChangeLog
atk/Makefile.am
atk/atk.def
configure.in