2014-03-21 02:32:11 +01:00
|
|
|
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
|
|
|
|
jmeVersion = 3.0.10
|
|
|
|
# Version used for application and settings folder, no spaces!
|
|
|
|
jmeMainVersion = 3.1
|
|
|
|
# Version addition -pre-alpha-svn, -Stable, -Beta
|
|
|
|
jmeVersionSuffix = -pre-alpha-svn
|
|
|
|
|
2014-03-23 12:31:26 +01:00
|
|
|
# specify if SDK and Native libraries get built
|
|
|
|
buildSdkProject = true
|
2014-04-03 00:47:46 +02:00
|
|
|
buildNativeProjects = false
|
2014-03-23 12:31:26 +01:00
|
|
|
|
2014-03-21 02:32:11 +01:00
|
|
|
# Path to android NDK for building native libraries
|
|
|
|
#ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
|
2014-03-28 08:18:54 -04:00
|
|
|
ndkPath = D:/android/android-ndk-r8e
|
2014-03-28 08:13:47 -04:00
|
|
|
|
|
|
|
# Path for downloading native Bullet
|
|
|
|
bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip
|
|
|
|
bulletFolder = bullet-2.82-r2704
|
|
|
|
bulletZipFile = bullet.zip
|