summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5353aab)
raw | patch | inline | side by side (parent: 5353aab)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 4 Jun 2008 17:41:54 +0000 (17:41 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 4 Jun 2008 17:41:54 +0000 (17:41 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 984f4603fcba095d61689d3450b2c7aa9ce00719..68a3162d9f83fd73bb733c0fccf0fe93a56c827a 100644 (file)
--- a/build.xml
+++ b/build.xml
<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}"/>
</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"/>