summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-02-22 19:49:40 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-02-22 19:49:40 +0000
commit84a9d551ee0fa760f6d8eae633af7d0ecccb822f (patch)
tree11fed5ce3909de4db9910eb2a1586d82f5f6424a
parentPath->Division. patch for case where cutter is a line (Bug 177956) (diff)
downloadinkscape-84a9d551ee0fa760f6d8eae633af7d0ecccb822f.tar.gz
inkscape-84a9d551ee0fa760f6d8eae633af7d0ecccb822f.zip
Win32. Fix for Bug #1131882 (missing liblcms-1.dll).
(bzr r12139)
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d287348d0..f22186b0d 100644
--- a/build.xml
+++ b/build.xml
@@ -690,6 +690,7 @@
<copy todir="${dist}" file="${devlibs}/bin/bzip2.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/iconv.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libpopt-0.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/liblcms-1.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/liblcms2-2.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libMagick++-3.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libMagickCore-3.dll"/>