New file, used to build developer package for Win32.
[platform/upstream/atk.git] / atk-zip.sh.in
1 #!/bin/sh
2
3 # Build zipfile for ATK on Win32: both runtime and developer stuff
4
5 # These two directory paths are obviously system-dependent. This is what tml
6 # happens to use.
7 ZIP=/g/tmp/atk-@ATK_VERSION@.zip
8 cd /target
9
10 rm $ZIP
11 zip -r $ZIP -@ <<EOF
12 include/atk-1.0
13 lib/libatk-@LT_CURRENT_MINUS_AGE@.dll
14 lib/libatk.dll.a
15 lib/atk.lib
16 lib/pkgconfig/atk.pc
17 EOF