diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-06-11 22:06:16 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-06-11 22:06:16 +0000 |
commit | 94fed3f988660b53e196404c448a980c6b629869 (patch) | |
tree | 2c9fb0599b81cae521a7ded8a47018bfb45e087c /glib-zip.in | |
parent | 34d2573657b8e0b9402771db198334573db6028d (diff) |
libtool 1.5 installs DLLs in the bin subdirectory, so get them from there.
2003-06-11 Tor Lillqvist <tml@iki.fi>
* glib-zip.in (DEVZIP): libtool 1.5 installs DLLs in the bin
subdirectory, so get them from there.
* glib/gwin32.c (g_win32_getlocale): Use "sr@Latn" and "sr" in the
same way as the po files for Serbian in Latin and Cyrillic script.
Diffstat (limited to 'glib-zip.in')
-rwxr-xr-x | glib-zip.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/glib-zip.in b/glib-zip.in index 3ea740ddc..fa7f9bc36 100755 --- a/glib-zip.in +++ b/glib-zip.in @@ -9,13 +9,13 @@ DEVZIP=/tmp/glib-dev-@GLIB_VERSION@.zip cd @prefix@ rm $ZIP -zip -r $ZIP -@ <<EOF +zip $ZIP -@ <<EOF COPYING.LIB-2 bin/gspawn-win32-helper.exe -lib/libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll -lib/libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll -lib/libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll -lib/libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll +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 EOF zip -r $ZIP lib/locale/*/LC_MESSAGES/glib20.mo |