summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-02-09 18:44:44 +0000
committerishmal <ishmal@users.sourceforge.net>2007-02-09 18:44:44 +0000
commitca25986022ed6b9e9ed58882cb65fb36441febd8 (patch)
treec929385a1c3142827f03db644d5782c0f30105eb
parentdefocus checkboxes upon click so they don't steal keystrokes (diff)
downloadinkscape-ca25986022ed6b9e9ed58882cb65fb36441febd8.tar.gz
inkscape-ca25986022ed6b9e9ed58882cb65fb36441febd8.zip
add libtiff3.dll
(bzr r2344)
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b3e06e772..d52ce4cf0 100644
--- a/build.xml
+++ b/build.xml
@@ -353,6 +353,7 @@
<copy file="${gtk}/bin/xmlparse.dll" todir="${dist}"/>
<copy file="${gtk}/bin/jpeg62.dll" todir="${dist}"/>
<copy file="${gtk}/bin/libpng13.dll" todir="${dist}"/>
+ <copy file="${gtk}/bin/libtiff3.dll" todir="${dist}"/>
<copy file="${gtk}/bin/msvcr70.dll" todir="${dist}"/>
<copy file="${gtk}/bin/msvcr71.dll" todir="${dist}"/>
<copy file="${gtk}/bin/zlib1.dll" todir="${dist}"/>