Code

Moving functionality into <color-profile>
[inkscape.git] / 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}"/>