summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-09 00:24:17 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-09 00:24:17 +0000
commit8d4bdcf7f22cdc37ef80f95bbd34d052db2b14f6 (patch)
tree757dac4a0c98ea83be07caa64db76a71799d5408
parentFirst commit for java binding (diff)
downloadinkscape-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)
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 76e3f783c..38f51f160 100644
--- a/build.xml
+++ b/build.xml
@@ -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>