diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-09 00:24:17 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-09 00:24:17 +0000 |
| commit | 8d4bdcf7f22cdc37ef80f95bbd34d052db2b14f6 (patch) | |
| tree | 757dac4a0c98ea83be07caa64db76a71799d5408 /build.xml | |
| parent | First commit for java binding (diff) | |
| download | inkscape-8d4bdcf7f22cdc37ef80f95bbd34d052db2b14f6.tar.gz inkscape-8d4bdcf7f22cdc37ef80f95bbd34d052db2b14f6.zip | |
c++ part of binding can be compiled now without needing a jdk installed. Uses a local copy of jni.h instead.
(bzr r5003)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -203,7 +203,6 @@ <!-- THINGS TO EXCLUDE --> <exclude name="2geom/chebyshev.cpp"/> <exclude name="ast/.*"/> - <exclude name="bind/.*"/><!-- comment this for binding--> <exclude name="bonobo/.*"/> <exclude name="deptool.cpp"/> <exclude name="test-all.cpp"/> @@ -317,7 +316,7 @@ <!-- PYTHON --> -I${gtk}/python/include <!-- JAVA --> - <!-- -I${env.JAVA_HOME}/include -I${env.JAVA_HOME}/include/win32 --> + -I${src}/bind/javainc -I${src}/bind/javainc/win32 </includes> </cc> </target> |
