PHYSX_LIBS depends in platform (windows needs .lib, linux not)

This commit is contained in:
enn0x 2010-01-07 13:59:33 +00:00
parent caf0d8789b
commit 1cc8547449

View File

@ -894,7 +894,7 @@
// Info for the Ageia PhysX SDK // Info for the Ageia PhysX SDK
#define PHYSX_IPATH #define PHYSX_IPATH
#define PHYSX_LPATH #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]] #defer HAVE_PHYSX $[libtest $[PHYSX_LPATH],$[PHYSX_LIBS]]
// Info for TinyXML library // Info for TinyXML library