mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
PHYSX_LIBS depends in platform (windows needs .lib, linux not)
This commit is contained in:
parent
caf0d8789b
commit
1cc8547449
@ -894,7 +894,7 @@
|
||||
// Info for the Ageia PhysX SDK
|
||||
#define PHYSX_IPATH
|
||||
#define PHYSX_LPATH
|
||||
#define PHYSX_LIBS PhysXLoader.lib NxCharacter.lib NxCooking.lib NxExtensions.lib
|
||||
#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]]
|
||||
|
||||
// Info for TinyXML library
|
||||
|
Loading…
x
Reference in New Issue
Block a user