Build separate runtime and developer packages.
authorTor Lillqvist <tml@iki.fi>
Sat, 17 Nov 2001 01:21:11 +0000 (01:21 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 17 Nov 2001 01:21:11 +0000 (01:21 +0000)
2001-11-17  Tor Lillqvist  <tml@iki.fi>

* atk-zip.sh.in: Build separate runtime and developer packages.

* atk/atk.def: Update.

ChangeLog
atk-zip.sh.in
atk/atk.def

index e556b08..717460b 100644 (file)
--- 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 :
index c6d694d..47959f2 100755 (executable)
@@ -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
index 5871c1f..cb87a4f 100644 (file)
@@ -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