diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-01-31 02:54:43 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-01-31 02:54:43 +0000 |
| commit | 64dd6c27a73a09c8b98fa84c394ecd341b0ee052 (patch) | |
| tree | 56c59e9d2a2c6cf75d60c605e0b08e739f5705dc /build.xml | |
| parent | Fix constrained snapping in node tool. (diff) | |
| download | inkscape-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"/> |
