summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-06-25 01:13:11 +0000
committerishmal <ishmal@users.sourceforge.net>2007-06-25 01:13:11 +0000
commitc5a4f8cd88d42349e83288a691f719cf62db9e1f (patch)
tree00c034fdbc2fb6277cac8daa5d4401f669899aa8
parentmove blend after blur, and blend with background buffer (enabled as (diff)
downloadinkscape-c5a4f8cd88d42349e83288a691f719cf62db9e1f.tar.gz
inkscape-c5a4f8cd88d42349e83288a691f719cf62db9e1f.zip
Update python to 2.5. Add lxml and numpy, remove pyxml.
(bzr r3097)
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 4844c917e..72090f390 100644
--- a/build.xml
+++ b/build.xml
@@ -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>