repo.or.cz
/
atk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update atk_role_register() to allow extra roles to be defined Update
[atk.git]
/
atk-zip.sh.in
blob
47959f2628a9db03d7ef382eb8d5f39088ef0f49
1
#!/bin/sh
2
3
# Build zipfiles for ATK on Win32
4
5
ZIP
=/
tmp
/
atk-@ATK_VERSION@
-
`date +%Y%m%d`
.
zip
6
DEVZIP
=/
tmp
/
atk-dev-@ATK_VERSION@
-
`date +%Y%m%d`
.
zip
7
cd
@prefix@
8
9
rm
$ZIP
10
zip
-r
$ZIP
-
@
<<EOF
11
lib/libatk-@LT_CURRENT_MINUS_AGE@.dll
12
EOF
13
14
rm
$DEVZIP
15
zip
-r
$DEVZIP
-
@
<<EOF
16
include/atk-1.0
17
lib/libatk.dll.a
18
lib/atk.lib
19
lib/pkgconfig/atk.pc
20
EOF