summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2012-02-21 04:00:31 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2012-02-21 04:00:31 +0000
commit7daa040f25e5febac749e62966b0d1ee45053bfe (patch)
treef37195d767af34628d9cc16c03dacf0025414a07
parentFix conditional build for old GTK+ in new text-edit dialog (diff)
downloadinkscape-7daa040f25e5febac749e62966b0d1ee45053bfe.tar.gz
inkscape-7daa040f25e5febac749e62966b0d1ee45053bfe.zip
Copy missing libintl-8.dll in build.xml
(bzr r11005)
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f29e51b44..3a45ca93e 100755
--- a/build.xml
+++ b/build.xml
@@ -663,8 +663,8 @@
<copy todir="${dist}" file="${devlibs}/bin/libMagickCore-3.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libMagickWand-3.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/intl.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/libintl-8.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/pthreadGC2.dll"/>
- <copy file="${devlibs}/bin/intl.dll" tofile="${dist}/libintl-2.dll"/>
<!-- MINGW support DLLs needed for openmp support -->
<copy todir="${dist}" file="${mingw_bin}/mingwm10.dll"/>
<copy todir="${dist}" file="${mingw_bin}/libgomp-1.dll"/>