diff options
| author | Adib Taraben <theadib@gmail.com> | 2007-09-12 15:32:53 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2007-09-12 15:32:53 +0000 |
| commit | ea12e2a6894c1fef76f48196b237d234e9392353 (patch) | |
| tree | 64126f23a2f40d1cfadfe9c45b3c3b074e0a1fc4 /build.xml | |
| parent | revert partly 16042 include files (diff) | |
| download | inkscape-ea12e2a6894c1fef76f48196b237d234e9392353.tar.gz inkscape-ea12e2a6894c1fef76f48196b237d234e9392353.zip | |
make win32 compile using libxslt
(bzr r3737)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -119,6 +119,7 @@ #define HAVE_MALLOC_H 1 #define HAVE_STDLIB_H 1 #define HAVE_SYS_STAT_H 1 + #define HAVE_INTTYPES_H 1 #define ENABLE_LCMS 1 @@ -379,6 +380,7 @@ <!-- PYTHON --> -L${gtk}/python/libs -lpython25 ${gtk}/bin/libxml2.dll + ${gtk}/bin/libxslt.dll -lpoppler-cairo -lpoppler -lcairo.dll ${gtk}/lib/iconv.lib @@ -438,6 +440,7 @@ <!-- PYTHON --> -L${gtk}/python/libs -lpython24 ${gtk}/bin/libxml2.dll + ${gtk}/bin/libxslt.dll ${gtk}/lib/iconv.lib -lfreetype.dll -lfontconfig.dll -llcms.dll @@ -491,6 +494,7 @@ <copy file="${gtk}/bin/freetype6.dll" todir="${dist}"/> <copy file="${gtk}/bin/libfontconfig-1.dll" todir="${dist}"/> <copy file="${gtk}/bin/libxml2.dll" todir="${dist}"/> + <copy file="${gtk}/bin/libxslt.dll" todir="${dist}"/> <copy file="${gtk}/bin/xmlparse.dll" todir="${dist}"/> <copy file="${gtk}/bin/xmlparse.dll" tofile="${dist}/libexpat.dll"/> <copy file="${gtk}/bin/jpeg62.dll" todir="${dist}"/> |
