mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
Test where the DLLs actually are.
2003-06-15 Tor Lillqvist <tml@iki.fi> * glib-zip.in (DLLDIR): Test where the DLLs actually are. * README.win32: Point to FSF's binary Win32 distributions of libiconv and gettext-runtime.
This commit is contained in:
committed by
Tor Lillqvist
parent
94fed3f988
commit
06781ec8ad
13
glib-zip.in
13
glib-zip.in
@@ -7,15 +7,18 @@ ZIP=/tmp/glib-@GLIB_VERSION@.zip
|
||||
DEVZIP=/tmp/glib-dev-@GLIB_VERSION@.zip
|
||||
|
||||
cd @prefix@
|
||||
|
||||
rm $ZIP
|
||||
|
||||
DLLDIR=lib
|
||||
[ -f bin/libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll ] && DLLDIR=bin
|
||||
|
||||
zip $ZIP -@ <<EOF
|
||||
COPYING.LIB-2
|
||||
bin/gspawn-win32-helper.exe
|
||||
bin/libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
bin/libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
bin/libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
bin/libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
$DLLDIR/libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
$DLLDIR/libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
$DLLDIR/libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
$DLLDIR/libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll
|
||||
EOF
|
||||
|
||||
zip -r $ZIP lib/locale/*/LC_MESSAGES/glib20.mo
|
||||
|
Reference in New Issue
Block a user