summaryrefslogtreecommitdiff
path: root/atk-zip.sh.in
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 /atk-zip.sh.in
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.
Diffstat (limited to 'atk-zip.sh.in')
-rwxr-xr-xatk-zip.sh.in15
1 files changed, 9 insertions, 6 deletions
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