summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-11-17 01:21:11 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-11-17 01:21:11 +0000
commit72ba9184a0da324c8827cce908729f5f496e90b4 (patch)
treec848d657f8564a2aafd7528ecbdcab69f9231751
parent4780c28a2abfd6f76dda5e8d97fef5cb43849798 (diff)
downloadatk-72ba9184a0da324c8827cce908729f5f496e90b4.tar.gz
Build separate runtime and developer packages.
2001-11-17 Tor Lillqvist <tml@iki.fi> * atk-zip.sh.in: Build separate runtime and developer packages. * atk/atk.def: Update.
-rw-r--r--ChangeLog6
-rwxr-xr-xatk-zip.sh.in15
-rw-r--r--atk/atk.def2
3 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e556b08..717460b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-17 Tor Lillqvist <tml@iki.fi>
+
+ * atk-zip.sh.in: Build separate runtime and developer packages.
+
+ * atk/atk.def: Update.
+
2001-11-14 Bill Haneman <bill.haneman@sun.com>
* atk/atkutil.h :
diff --git a/atk-zip.sh.in b/atk-zip.sh.in
index c6d694d..47959f2 100755
--- a/atk-zip.sh.in
+++ b/atk-zip.sh.in
@@ -1,16 +1,19 @@
#!/bin/sh
-# Build zipfile for ATK on Win32: both runtime and developer stuff
+# Build zipfiles for ATK on Win32
-# These two directory paths are obviously system-dependent. This is what tml
-# happens to use.
-ZIP=/g/tmp/atk-@ATK_VERSION@.zip
-cd /target
+ZIP=/tmp/atk-@ATK_VERSION@-`date +%Y%m%d`.zip
+DEVZIP=/tmp/atk-dev-@ATK_VERSION@-`date +%Y%m%d`.zip
+cd @prefix@
rm $ZIP
zip -r $ZIP -@ <<EOF
-include/atk-1.0
lib/libatk-@LT_CURRENT_MINUS_AGE@.dll
+EOF
+
+rm $DEVZIP
+zip -r $DEVZIP -@ <<EOF
+include/atk-1.0
lib/libatk.dll.a
lib/atk.lib
lib/pkgconfig/atk.pc
diff --git a/atk/atk.def b/atk/atk.def
index 5871c1f..cb87a4f 100644
--- a/atk/atk.def
+++ b/atk/atk.def
@@ -8,6 +8,7 @@ EXPORTS
atk_action_set_description
atk_add_focus_tracker
atk_add_global_event_listener
+ atk_add_key_event_listener
atk_attribute_get_name
atk_attribute_get_value
atk_attribute_set_free
@@ -102,6 +103,7 @@ EXPORTS
atk_relation_type_register
atk_remove_focus_tracker
atk_remove_global_event_listener
+ atk_remove_key_event_listener
atk_role_register
atk_selection_add_selection
atk_selection_clear_selection