From 6eace48cb5609a1edb7fbc27bbcc259e709d7451 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 17 Nov 2001 02:13:25 +0000 Subject: Build separate runtime and developer packages. 2001-11-17 Tor Lillqvist * gtk-zip.sh.in: Build separate runtime and developer packages. * gtk/gtk.def: Reflect recent accelerator-related changes. --- gtk-zip.sh.in | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'gtk-zip.sh.in') diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index ac5c485f3..677be6d3a 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -1,27 +1,34 @@ #!/bin/sh -# Build zipfile for GTK on Win32: both runtime and developer stuff +# Build zipfiles for GTK on Win32 -# These two directory paths are obviously system-dependent. -# These are what tml@iki.fi uses, change as appropriate. -ZIP=/g/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip -cd /target +ZIP=/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip +DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip +cd @prefix@ rm $ZIP zip -r $ZIP -@ <