diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-14 20:31:37 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-14 20:31:37 +0000 |
| commit | add4c0a5a08febba27f376ee2649ce766a551b1c (patch) | |
| tree | 9379c290c2bb5955fab23ad342ba606a76b4ccfc /build.xml | |
| parent | Translations. PO template file update. (diff) | |
| download | inkscape-add4c0a5a08febba27f376ee2649ce766a551b1c.tar.gz inkscape-add4c0a5a08febba27f376ee2649ce766a551b1c.zip | |
Fixing build.xml file after Python update in the devlibs.
(bzr r14886)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -761,12 +761,12 @@ <copy todir="${dist}" file="${devlibs}/perl/bin/perl58.dll"/> <!-- PYTHON --> - <copy todir="${dist}" file="${devlibs}/python/python26.dll"/> + <copy todir="${dist}" file="${devlibs}/python/python27.dll"/> <copy todir="${dist}/python" file="${devlibs}/python/python.exe" /> <copy todir="${dist}/python" file="${devlibs}/python/pythonw.exe"/> <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Lib"/> </copy> <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/DLLs"/> </copy> - <!-- <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Scripts"/> </copy> --> + <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Scripts"/> </copy> <!--<copy file="${devlibs}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>--> <makefile file="${dist}/etc/gtk-2.0/gtkrc"> |
