summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-06-19 10:00:24 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2011-06-19 10:00:24 +0000
commit06dfaa02d7a80bcdff717d579a48f81643f53f31 (patch)
tree49b8e67ad9051f1507b0959cac986383ab4001e2 /build.xml
parentFix rendering of control points (diff)
parentfix bug 796451: Measure tools should support rotation constraint (diff)
downloadinkscape-06dfaa02d7a80bcdff717d579a48f81643f53f31.tar.gz
inkscape-06dfaa02d7a80bcdff717d579a48f81643f53f31.zip
Merge from trunk
(bzr r9508.1.89)
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 680f6f256..5995b7b27 100755
--- a/build.xml
+++ b/build.xml
@@ -187,6 +187,9 @@
/* Allow reading WordPerfect? */
#define WITH_LIBWPG 1
+ /* Default to libwpg 0.1.x */
+ #define WITH_LIBWPG01 1
+
/* Do we support SVG Fonts? */
#define ENABLE_SVG_FONTS 1
@@ -661,6 +664,7 @@
<copy todir="${dist}" file="${devlibs}/bin/libsigc-2.0-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/freetype6.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libatk-1.0-0.dll"/>
+ <copy todir="${dist}" file="${devlibs}/bin/libgcc_s_sjlj-1.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libgdk-win32-2.0-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libgdk_pixbuf-2.0-0.dll"/>
<copy todir="${dist}" file="${devlibs}/bin/libglib-2.0-0.dll"/>