diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-03-07 22:40:58 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-03-07 22:40:58 +0000 |
commit | afb824af4fd353e30c2de47ebf5ecc0d1a0ff08a (patch) | |
tree | b4b66abef811a5ed4ccfdd321d039bf1a7461d04 | |
parent | 1529c059e225cf8643ed1252916b929e6e6baef4 (diff) | |
download | pango-afb824af4fd353e30c2de47ebf5ecc0d1a0ff08a.tar.gz |
Use PANGO_MODULE_VERSION in modules path.
2002-03-08 Tor Lillqvist <tml@iki.fi>
* pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 2 | ||||
-rwxr-xr-x | pango-zip.sh.in | 2 |
8 files changed, 15 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 5024e1fd..60bb8206 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,5 +1,7 @@ 2002-03-08 Tor Lillqvist <tml@iki.fi> + * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path. + * pango/pangoft2.def: Add the pango_ot_* symbols from the static libpango-ot library. diff --git a/pango-zip.sh.in b/pango-zip.sh.in index 9200fd7a..2b2ecde3 100755 --- a/pango-zip.sh.in +++ b/pango-zip.sh.in @@ -15,7 +15,7 @@ lib/libpangoft2-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll lib/libpangowin32-@PANGO_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll EOF -zip $ZIP lib/pango/modules/*.dll +zip $ZIP lib/pango/@PANGO_MODULE_VERSION@/modules/*.dll rm $DEVZIP zip -r $DEVZIP -@ <<EOF |