- update osx bullet natives
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8497 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
4ba3abcda9
commit
dd5365891f
Binary file not shown.
Binary file not shown.
@ -144,8 +144,8 @@
|
||||
<includepath path="${bullet.osx.java.include}"/>
|
||||
<includepath path="${bullet.bullet.include}"/>
|
||||
<compilerarg value="-syslibroot ${bullet.osx.syslibroot}"/>
|
||||
<compilerarg value="-arch"/>
|
||||
<compilerarg value="ppc"/>
|
||||
<!--compilerarg value="-arch"/>
|
||||
<compilerarg value="ppc"/-->
|
||||
<compilerarg value="-arch"/>
|
||||
<compilerarg value="i386"/>
|
||||
<compilerarg value="-arch"/>
|
||||
@ -156,8 +156,8 @@
|
||||
<libset dir="${bullet.folder}/src/BulletDynamics" libs="BulletDynamics"/>
|
||||
<libset dir="${bullet.folder}/src/BulletCollision" libs="BulletCollision"/>
|
||||
<libset dir="${bullet.folder}/src/LinearMath" libs="LinearMath"/>
|
||||
<linkerarg value="-arch"/>
|
||||
<linkerarg value="ppc"/>
|
||||
<!--linkerarg value="-arch"/>
|
||||
<linkerarg value="ppc"/-->
|
||||
<linkerarg value="-arch"/>
|
||||
<linkerarg value="i386"/>
|
||||
<linkerarg value="-arch"/>
|
||||
|
@ -5,14 +5,14 @@ bullet.library.name=bulletjme
|
||||
bullet.library.version=0.9
|
||||
|
||||
# change if bullet folder has different location
|
||||
bullet.folder=../bullet-trunk
|
||||
bullet.folder=../../bullet-2.79
|
||||
|
||||
# compile options
|
||||
bullet.compile.debug=false
|
||||
|
||||
# native library compilation options
|
||||
bullet.osx.compiler=g++
|
||||
bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.5.sdk
|
||||
bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
|
||||
# change this to msvc for MS Visual Studio compiler
|
||||
bullet.windows.compiler=g++
|
||||
bullet.linux.compiler=g++
|
||||
|
@ -55,14 +55,6 @@ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getCollisionNor
|
||||
JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getSkidInfo
|
||||
(JNIEnv *, jobject, jlong, jint);
|
||||
|
||||
/*
|
||||
* Class: com_jme3_bullet_objects_VehicleWheel
|
||||
* Method: finalizeNative
|
||||
* Signature: (JI)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_finalizeNative
|
||||
(JNIEnv *, jobject, jlong, jint);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user