Re-Integrated the project 'Andgee' (wiigee port to Android) into wiigee. For those who don't need android support: Please remove the files to get wiigee compiled without the android SDK installed. I'm looking forward to find a practicable solution for a possible release version to run without modifications or not-needed SDKs installed. Additionally there was an uncommented line within the HMM implementation which should be commented for 'productivity' environments. This has been fixed. Thanks to all the hints given from the wiigee supporters!

git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@74 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-06-02 06:22:12 +00:00
parent 3b30923460
commit c36054596b
5 changed files with 193 additions and 6 deletions

View File

@@ -23,11 +23,13 @@ dist.dir=dist
dist.jar=${dist.dir}/wiigee-lib.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
file.reference.android.jar=../../../android-sdk-mac_x86-1.5_r2/platforms/android-1.5/android.jar
file.reference.bluecove-2.1.0.jar=lib/bluecove-2.1.0.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.bluecove-2.1.0.jar}
${file.reference.bluecove-2.1.0.jar}:\
${file.reference.android.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false