diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-06-04 17:41:54 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-06-04 17:41:54 +0000 |
| commit | e130ef90287da89f05530e15679b355ad5f03ade (patch) | |
| tree | b20e8526e7b1927737149300d2152981242d6cc0 /build.xml | |
| parent | marked forgotten translatable message (diff) | |
| download | inkscape-e130ef90287da89f05530e15679b355ad5f03ade.tar.gz inkscape-e130ef90287da89f05530e15679b355ad5f03ade.zip | |
Make copy of libpng13.dll to libpng12-0.dll because Gtk changed the name. Thanks, guys.
(bzr r5805)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -512,6 +512,8 @@ <copy file="${gtk}/bin/libwpd-stream-0.8.dll" todir="${dist}"/> <copy file="${gtk}/bin/jpeg62.dll" todir="${dist}"/> <copy file="${gtk}/bin/libpng13.dll" todir="${dist}"/> + <!-- GTK changed their dep file name for PNG! :-( --> + <copy file="${gtk}/bin/libpng13.dll" tofile="${dist}/libpng12-0.dll"/> <copy file="${gtk}/bin/libtiff3.dll" todir="${dist}"/> <copy file="${gtk}/bin/msvcr70.dll" todir="${dist}"/> <copy file="${gtk}/bin/msvcr71.dll" todir="${dist}"/> @@ -540,6 +542,7 @@ </fileset> </copy> <copy todir="${dist}/share"> <fileset dir="${gtk}/share/themes"/> </copy> + <copy todir="${dist}/share"> <fileset dir="${gtk}/share/poppler"/> </copy> <mkdir dir="${dist}/data"/> <mkdir dir="${dist}/locale"/> <mkdir dir="${dist}/modules"/> |
