Code

Copy gspawn-win32-helper.exe to dist dir. Does this fix the crashing when running...
authorjohanengelen <johanengelen@users.sourceforge.net>
Tue, 9 Oct 2007 18:38:34 +0000 (18:38 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Tue, 9 Oct 2007 18:38:34 +0000 (18:38 +0000)
build.xml

index f8a71ad91cf818ca6d639e6558ac83d504e66e93..96e445400b93ca60e5bea77257ab4fdbc2f2674f 100644 (file)
--- a/build.xml
+++ b/build.xml
     <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}"/>