diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-19 10:00:24 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-19 10:00:24 +0000 |
| commit | 06dfaa02d7a80bcdff717d579a48f81643f53f31 (patch) | |
| tree | 49b8e67ad9051f1507b0959cac986383ab4001e2 /build.xml | |
| parent | Fix rendering of control points (diff) | |
| parent | fix bug 796451: Measure tools should support rotation constraint (diff) | |
| download | inkscape-06dfaa02d7a80bcdff717d579a48f81643f53f31.tar.gz inkscape-06dfaa02d7a80bcdff717d579a48f81643f53f31.zip | |
Merge from trunk
(bzr r9508.1.89)
Diffstat (limited to 'build.xml')
| -rwxr-xr-x | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"/> |
