summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-01-31 02:54:43 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-01-31 02:54:43 +0000
commit64dd6c27a73a09c8b98fa84c394ecd341b0ee052 (patch)
tree56c59e9d2a2c6cf75d60c605e0b08e739f5705dc /build.xml
parentFix constrained snapping in node tool. (diff)
downloadinkscape-64dd6c27a73a09c8b98fa84c394ecd341b0ee052.tar.gz
inkscape-64dd6c27a73a09c8b98fa84c394ecd341b0ee052.zip
Tweak build.xml DLL names to match upgraded devlibs
(bzr r9036)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a8abf26c4..100ce449d 100644
--- a/build.xml
+++ b/build.xml
@@ -666,11 +666,11 @@
<copy todir="${dist}" file="${devlibs}/bin/libwpg-stream-0.1.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libwpd-0.8.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libwpd-stream-0.8.dll"/>
- <copy todir="${dist}" file="${devlibs}/bin/jpeg62.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/libjpeg-7.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libpng13.dll"/>
<!-- GTK changed their dep file name for PNG! :-( -->
<copy todir="${dist}" file="${devlibs}/bin/libpng12-0.dll"/>
- <copy todir="${dist}" file="${devlibs}/bin/libtiff3.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/libtiff-3.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/msvcr70.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/msvcr71.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/zlib1.dll"/>