diff --git a/engine/nbproject/build-bullet-natives.xml b/engine/nbproject/build-bullet-natives.xml
index 5bf423c6c..513e532af 100644
--- a/engine/nbproject/build-bullet-natives.xml
+++ b/engine/nbproject/build-bullet-natives.xml
@@ -255,7 +255,7 @@
-
+
@@ -523,9 +523,6 @@
-
-
-
@@ -537,8 +534,8 @@
-
-
+
@@ -548,25 +545,22 @@
-
+
-
+
-
+
-
+
-
-
-
@@ -578,8 +572,8 @@
-
+
+
@@ -588,9 +582,6 @@
-
-
-
@@ -626,9 +617,6 @@
-
-
-
diff --git a/engine/nbproject/bullet-native.properties b/engine/nbproject/bullet-native.properties
index 3dd841325..fdb723719 100644
--- a/engine/nbproject/bullet-native.properties
+++ b/engine/nbproject/bullet-native.properties
@@ -4,13 +4,15 @@
bullet.library.name=bulletjme
bullet.library.version=0.9
-# change if bullet folder has different name
+# location of Android NDK if available
+ndk.dir=/opt/android-ndk-r7
+
+# change if bullet version changes
bullet.folder=../bullet-2.79
bullet.download=http://bullet.googlecode.com/files/bullet-2.79-rev2440.zip
# compile options
bullet.compile.debug=false
-
# native library compilation options
bullet.osx.compiler=g++
bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
@@ -18,15 +20,12 @@ bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
bullet.windows.compiler=g++
bullet.linux.compiler=g++
bullet.solaris.compiler=g++
-#cross compilation options
+
+#cross compilation options, disable if just developing / testing on linux
cross.compile=true
cross.compile.target=i686-w64-mingw32
cross.compile.target64=x86_64-w64-mingw32
-bullet.linux.crosscompiler=gcc-cross
-# native header include directories
-bullet.java.include=${java.home}/../include
-# OSX has no JRE, only JDK
-bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers
+bullet.linux.crosscompiler=g++-cross
# exec command for cmake and make for different platforms,
# needed to compile bullet before compiling the jme bullet libraries
@@ -37,8 +36,10 @@ make.linux=make
cmake.osx=/opt/local/bin/cmake
make.osx=make
-# location of Android NDK if available
-ndk.dir=/opt/android-ndk-r7
+# native header include directories
+bullet.java.include=${java.home}/../include
+# OSX has no JRE, only JDK
+bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers
# dont change these..
bullet.bullet.include=${bullet.folder}/src