From d0b10f1bc671d212a33b31341c642a6f3d5150c5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 28 Oct 2001 10:59:50 +0000 Subject: [PATCH] New file, used to build developer package for Win32. 2001-10-28 Tor Lillqvist * atk-zip.sh.in: New file, used to build developer package for Win32. * Makefile.am * configure.in: Add it. * atk/Makefile.am: Add rules to install and uninstall mingw import library. --- ChangeLog | 11 +++++++++++ Makefile.am | 3 ++- atk-zip.sh.in | 17 +++++++++++++++++ atk/Makefile.am | 21 ++++++++++++++++++--- configure.in | 1 + 5 files changed, 49 insertions(+), 4 deletions(-) create mode 100755 atk-zip.sh.in diff --git a/ChangeLog b/ChangeLog index b671047..6361fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-10-28 Tor Lillqvist + + * atk-zip.sh.in: New file, used to build developer package for + Win32. + + * Makefile.am + * configure.in: Add it. + + * atk/Makefile.am: Add rules to install and uninstall mingw import + library. + 2001-10-26 Padraig O'Briain * atk/atkobject.[c|h] diff --git a/Makefile.am b/Makefile.am index 473f31b..e9a2439 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ EXTRA_DIST = \ atk-uninstalled.pc.in \ atk.pc.in \ atk.spec.in \ - atk.spec + atk.spec \ + atk-zip.sh pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc diff --git a/atk-zip.sh.in b/atk-zip.sh.in new file mode 100755 index 0000000..c6d694d --- /dev/null +++ b/atk-zip.sh.in @@ -0,0 +1,17 @@ +#!/bin/sh + +# Build zipfile for ATK on Win32: both runtime and developer stuff + +# These two directory paths are obviously system-dependent. This is what tml +# happens to use. +ZIP=/g/tmp/atk-@ATK_VERSION@.zip +cd /target + +rm $ZIP +zip -r $ZIP -@ <