summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-06-04 17:41:54 +0000
committerishmal <ishmal@users.sourceforge.net>2008-06-04 17:41:54 +0000
commite130ef90287da89f05530e15679b355ad5f03ade (patch)
treeb20e8526e7b1927737149300d2152981242d6cc0 /build.xml
parentmarked forgotten translatable message (diff)
downloadinkscape-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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 984f4603f..68a3162d9 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>