summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-11-29 17:04:59 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-11-29 17:04:59 +0000
commitf3507cb6d1de11f7f9cc0120394e4d75b4656ba5 (patch)
treedc5db8ffe3546542fcdf0c76967ab40adba3c841 /build.xml
parentbug #168777 (consider root transform and viewBox) (diff)
downloadinkscape-f3507cb6d1de11f7f9cc0120394e4d75b4656ba5.tar.gz
inkscape-f3507cb6d1de11f7f9cc0120394e4d75b4656ba5.zip
add copying of mingwm10.dll to win build
(bzr r6921)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3e65dd96b..a143876c9 100644
--- a/build.xml
+++ b/build.xml
@@ -53,6 +53,7 @@
<property name="arch" value="mingw32-"/>
<property name="archutil" value=""/>
<property name="devlibs" location="${env.DEVLIBS_PATH}"/>
+ <property name="mingw_bin" location="${env.MINGW_BIN}"/>
<property name="cxxtest" location="cxxtest"/>
<!-- -->
@@ -677,6 +678,8 @@
<copy todir="${dist}" file="${devlibs}/bin/intl.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/pthreadGC2.dll"/>
<copy file="${devlibs}/bin/intl.dll" tofile="${dist}/libintl-2.dll"/>
+ <!-- MINGW dll needed, I think for openmp support -->
+ <copy todir="${dist}" file="${mingw_bin}/mingwm10.dll"/>
<!-- MSGFMT files -->
<copy todir="${dist}">