summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbc71ca)
raw | patch | inline | side by side (parent: cbc71ca)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 29 Nov 2008 17:04:59 +0000 (17:04 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sat, 29 Nov 2008 17:04:59 +0000 (17:04 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 3e65dd96bb9868e7dd819e436b21b7ed44fe457e..a143876c9161843f958806d2c8a2373660f32e66 100644 (file)
--- a/build.xml
+++ b/build.xml
<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"/>
<!-- -->
<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}">