diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-10-09 18:38:34 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-10-09 18:38:34 +0000 |
| commit | 59f622cd90be7ab449cd0cc4137fe2aabd71bed7 (patch) | |
| tree | ed6f8a839e1a6a24a1c51e5458267b1b55f99242 /build.xml | |
| parent | Cliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/Stroke (diff) | |
| download | inkscape-59f622cd90be7ab449cd0cc4137fe2aabd71bed7.tar.gz inkscape-59f622cd90be7ab449cd0cc4137fe2aabd71bed7.zip | |
Copy gspawn-win32-helper.exe to dist dir. Does this fix the crashing when running extensions? It does for me.
(bzr r3866)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -533,6 +533,10 @@ <mkdir dir="${dist}/plugins"/> <copy file="${gtk}/bin/gdb.exe" todir="${dist}"/> + <!-- Necessary to run extensions on windows if it is not in the path --> + <copy file="${gtk}/bin/gspawn-win32-helper.exe" todir="${dist}"/> + <copy file="${gtk}/bin/gspawn-win32-helper-console.exe" todir="${dist}"/> + <!-- PERL --> <copy file="${gtk}/perl/bin/perl58.dll" todir="${dist}"/> |
