diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-06-25 01:13:11 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-06-25 01:13:11 +0000 |
| commit | c5a4f8cd88d42349e83288a691f719cf62db9e1f (patch) | |
| tree | 00c034fdbc2fb6277cac8daa5d4401f669899aa8 | |
| parent | move blend after blur, and blend with background buffer (enabled as (diff) | |
| download | inkscape-c5a4f8cd88d42349e83288a691f719cf62db9e1f.tar.gz inkscape-c5a4f8cd88d42349e83288a691f719cf62db9e1f.zip | |
Update python to 2.5. Add lxml and numpy, remove pyxml.
(bzr r3097)
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -367,7 +367,7 @@ <!-- PERL --> -L${gtk}/perl/lib/CORE -lperl58 <!-- PYTHON --> - -L${gtk}/python/libs -lpython24 + -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll ${gtk}/lib/iconv.lib -lfreetype.dll -lfontconfig.dll @@ -519,7 +519,7 @@ <copy file="${gtk}/perl/bin/perl58.dll" todir="${dist}"/> <!-- PYTHON --> - <copy file="${gtk}/python/python24.dll" todir="${dist}"/> + <copy file="${gtk}/python/python25.dll" todir="${dist}"/> <copy file="${gtk}/python/python.exe" todir="${dist}/python"/> <copy todir="${dist}/python"> <fileset dir="${gtk}/python/Lib"/> </copy> <copy todir="${dist}/python"> <fileset dir="${gtk}/python/DLLs"/> </copy> |
