diff options
-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 |