diff options
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux32')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk | 4 | ||||
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk index 53afc6a1..d7fe0ffb 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelCloth.mk @@ -46,7 +46,6 @@ LowLevelCloth_debug_hpaths += ./../../../Include/common LowLevelCloth_debug_hpaths += ./../../Common/src LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/include LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/src -LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/NvSimd/include LowLevelCloth_debug_lpaths := LowLevelCloth_debug_defines := $(LowLevelCloth_custom_defines) LowLevelCloth_debug_defines += PX_PHYSX_STATIC_LIB @@ -137,7 +136,6 @@ LowLevelCloth_checked_hpaths += ./../../../Include/common LowLevelCloth_checked_hpaths += ./../../Common/src LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/include LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/src -LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/NvSimd/include LowLevelCloth_checked_lpaths := LowLevelCloth_checked_defines := $(LowLevelCloth_custom_defines) LowLevelCloth_checked_defines += PX_PHYSX_STATIC_LIB @@ -227,7 +225,6 @@ LowLevelCloth_profile_hpaths += ./../../../Include/common LowLevelCloth_profile_hpaths += ./../../Common/src LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/include LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/src -LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/NvSimd/include LowLevelCloth_profile_lpaths := LowLevelCloth_profile_defines := $(LowLevelCloth_custom_defines) LowLevelCloth_profile_defines += PX_PHYSX_STATIC_LIB @@ -317,7 +314,6 @@ LowLevelCloth_release_hpaths += ./../../../Include/common LowLevelCloth_release_hpaths += ./../../Common/src LowLevelCloth_release_hpaths += ./../../LowLevelCloth/include LowLevelCloth_release_hpaths += ./../../LowLevelCloth/src -LowLevelCloth_release_hpaths += ./../../../../PxShared/src/NvSimd/include LowLevelCloth_release_lpaths := LowLevelCloth_release_defines := $(LowLevelCloth_custom_defines) LowLevelCloth_release_defines += PX_PHYSX_STATIC_LIB diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk index 32083fb1..4cbda9a5 100644 --- a/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/linux32/Makefile.PhysXExtensions.mk @@ -114,7 +114,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_debug_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22017532 +PhysXExtensions_debug_defines += PX_BUILD_NUMBER=22121302 PhysXExtensions_debug_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_debug_defines += _DEBUG PhysXExtensions_debug_defines += PX_DEBUG=1 @@ -231,7 +231,7 @@ PhysXExtensions_checked_hpaths += ./../../PhysX/src PhysXExtensions_checked_lpaths := PhysXExtensions_checked_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_checked_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22017532 +PhysXExtensions_checked_defines += PX_BUILD_NUMBER=22121302 PhysXExtensions_checked_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_checked_defines += NDEBUG PhysXExtensions_checked_defines += PX_CHECKED=1 @@ -347,7 +347,7 @@ PhysXExtensions_profile_hpaths += ./../../PhysX/src PhysXExtensions_profile_lpaths := PhysXExtensions_profile_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_profile_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22017532 +PhysXExtensions_profile_defines += PX_BUILD_NUMBER=22121302 PhysXExtensions_profile_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_profile_defines += NDEBUG PhysXExtensions_profile_defines += PX_PROFILE=1 @@ -463,7 +463,7 @@ PhysXExtensions_release_hpaths += ./../../PhysX/src PhysXExtensions_release_lpaths := PhysXExtensions_release_lpaths += ./../../../../PxShared/lib/linux32 PhysXExtensions_release_defines := $(PhysXExtensions_custom_defines) -PhysXExtensions_release_defines += PX_BUILD_NUMBER=22017532 +PhysXExtensions_release_defines += PX_BUILD_NUMBER=22121302 PhysXExtensions_release_defines += PX_PHYSX_STATIC_LIB PhysXExtensions_release_defines += NDEBUG PhysXExtensions_release_defines += PX_SUPPORT_PVD=0 |