diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-11-29 17:04:59 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-11-29 17:04:59 +0000 |
| commit | f3507cb6d1de11f7f9cc0120394e4d75b4656ba5 (patch) | |
| tree | dc5db8ffe3546542fcdf0c76967ab40adba3c841 /build.xml | |
| parent | bug #168777 (consider root transform and viewBox) (diff) | |
| download | inkscape-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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}"> |
