diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-05-12 17:45:18 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-05-12 17:45:18 -0500 |
| commit | 7f12de60542edc8f1c6683e6b4cdce8570e51456 (patch) | |
| tree | 0b5d533bae189ea286257b5ab78b635fafb19aa0 /PhysX_3.4/Source/compiler/linux64 | |
| parent | PhysX 3.4, APEX 1.4 patch release @22017166 (diff) | |
| download | physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.tar.xz physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.zip | |
PhysX 3.4, APEX 1.4 patch release @22121272
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux64')
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk | 4 | ||||
| -rw-r--r-- | PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk index 5d5a6761..e52d7d4c 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.LowLevelCloth.mk +++ b/PhysX_3.4/Source/compiler/linux64/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/linux64/Makefile.PhysXExtensions.mk b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk index a5ca13d0..1bae26ea 100644 --- a/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk +++ b/PhysX_3.4/Source/compiler/linux64/Makefile.PhysXExtensions.mk @@ -114,7 +114,7 @@ PhysXExtensions_debug_hpaths += ./../../PhysX/src PhysXExtensions_debug_lpaths := PhysXExtensions_debug_lpaths += ./../../../../PxShared/lib/linux64 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/linux64 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/linux64 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/linux64 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 |