mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-03 21:20:26 -05:00
Changes to build PhysX support on 64-bits Linux
This commit is contained in:
+2
-2
@@ -930,8 +930,8 @@
|
||||
#defer HAVE_OPENAL $[or $[OPENAL_FRAMEWORK],$[libtest $[OPENAL_LPATH],$[OPENAL_LIBS]]]
|
||||
|
||||
// Info for the NVIDIA PhysX SDK
|
||||
#define PHYSX_IPATH
|
||||
#define PHYSX_LPATH
|
||||
#define PHYSX_IPATH /usr/include/PhysX/v2.8.3/SDKs/Cooking/include /usr/include/PhysX/v2.8.3/SDKs/Foundation/include /usr/include/PhysX/v2.8.3/SDKs/NxCharacter/include /usr/include/PhysX/v2.8.3/SDKs/Physics/include /usr/include/PhysX/v2.8.3/SDKs/PhysXLoader/include
|
||||
#define PHYSX_LPATH /usr/lib/PhysX/v2.8.3
|
||||
#define PHYSX_LIBS $[if $[WINDOWS_PLATFORM],PhysXLoader.lib NxCharacter.lib NxCooking.lib NxExtensions.lib,PhysXLoader NxCharacter NxCooking]
|
||||
#defer HAVE_PHYSX $[libtest $[PHYSX_LPATH],$[PHYSX_LIBS]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user