Code

c++ part of binding can be compiled now without needing a jdk installed. Uses a...
authorishmal <ishmal@users.sourceforge.net>
Sun, 9 Mar 2008 00:24:17 +0000 (00:24 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sun, 9 Mar 2008 00:24:17 +0000 (00:24 +0000)
build.xml

index 76e3f783c4ba14d3d7296ccaa43e81d1a1d6cfc6..38f51f16044c01c90c0dcec480514c7e35589854 100644 (file)
--- a/build.xml
+++ b/build.xml
             <!-- 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"/>
             <!-- 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>