summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-09 18:38:34 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-09 18:38:34 +0000
commit59f622cd90be7ab449cd0cc4137fe2aabd71bed7 (patch)
treeed6f8a839e1a6a24a1c51e5458267b1b55f99242 /build.xml
parentCliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/Stroke (diff)
downloadinkscape-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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f8a71ad91..96e445400 100644
--- a/build.xml
+++ b/build.xml
@@ -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}"/>