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 /APEX_1.4/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 'APEX_1.4/compiler/linux64')
| -rw-r--r-- | APEX_1.4/compiler/linux64/Makefile.APEX_Clothing.mk | 9 | ||||
| -rw-r--r-- | APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/APEX_1.4/compiler/linux64/Makefile.APEX_Clothing.mk b/APEX_1.4/compiler/linux64/Makefile.APEX_Clothing.mk index 21a356d0..3d3bc270 100644 --- a/APEX_1.4/compiler/linux64/Makefile.APEX_Clothing.mk +++ b/APEX_1.4/compiler/linux64/Makefile.APEX_Clothing.mk @@ -15,6 +15,7 @@ APEX_Clothing_cppfiles += ./../../module/clothing/src/ClothingScene.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/CookingAbstract.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/ModuleClothingHelpers.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/ModuleClothingImpl.cpp +APEX_Clothing_cppfiles += ./../../module/clothing/src/SimdMath.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/SimulationAbstract.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingActorParam.cpp APEX_Clothing_cppfiles += ./../../module/clothing/src/autogen/ClothingAssetParameters.cpp @@ -112,8 +113,8 @@ APEX_Clothing_debug_hpaths += ./../../module/clothing/include/unix APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src APEX_Clothing_debug_hpaths += ./../../module/clothing/embedded +APEX_Clothing_debug_hpaths += ./../../module/clothing/src/simd APEX_Clothing_debug_hpaths += ./../../../PxShared/src/pvd/src -APEX_Clothing_debug_hpaths += ./../../../PxShared/src/NvSimd/include APEX_Clothing_debug_lpaths := APEX_Clothing_debug_lpaths += ./../../../PxShared/lib/makelinux64 APEX_Clothing_debug_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -245,8 +246,8 @@ APEX_Clothing_release_hpaths += ./../../module/clothing/include/unix APEX_Clothing_release_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include APEX_Clothing_release_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src APEX_Clothing_release_hpaths += ./../../module/clothing/embedded +APEX_Clothing_release_hpaths += ./../../module/clothing/src/simd APEX_Clothing_release_hpaths += ./../../../PxShared/src/pvd/src -APEX_Clothing_release_hpaths += ./../../../PxShared/src/NvSimd/include APEX_Clothing_release_lpaths := APEX_Clothing_release_lpaths += ./../../../PxShared/lib/makelinux64 APEX_Clothing_release_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -377,8 +378,8 @@ APEX_Clothing_profile_hpaths += ./../../module/clothing/include/unix APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src APEX_Clothing_profile_hpaths += ./../../module/clothing/embedded +APEX_Clothing_profile_hpaths += ./../../module/clothing/src/simd APEX_Clothing_profile_hpaths += ./../../../PxShared/src/pvd/src -APEX_Clothing_profile_hpaths += ./../../../PxShared/src/NvSimd/include APEX_Clothing_profile_lpaths := APEX_Clothing_profile_lpaths += ./../../../PxShared/lib/makelinux64 APEX_Clothing_profile_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -509,8 +510,8 @@ APEX_Clothing_checked_hpaths += ./../../module/clothing/include/unix APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded/LowLevelCloth/include APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded/LowLevelCloth/src APEX_Clothing_checked_hpaths += ./../../module/clothing/embedded +APEX_Clothing_checked_hpaths += ./../../module/clothing/src/simd APEX_Clothing_checked_hpaths += ./../../../PxShared/src/pvd/src -APEX_Clothing_checked_hpaths += ./../../../PxShared/src/NvSimd/include APEX_Clothing_checked_lpaths := APEX_Clothing_checked_lpaths += ./../../../PxShared/lib/makelinux64 APEX_Clothing_checked_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 diff --git a/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk b/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk index 04b422e7..98de03fd 100644 --- a/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk +++ b/APEX_1.4/compiler/linux64/Makefile.ApexCommon.mk @@ -11,7 +11,6 @@ ApexCommon_cppfiles += ./../../common/src/ApexCudaTest.cpp ApexCommon_cppfiles += ./../../common/src/ApexGeneralizedCubeTemplates.cpp ApexCommon_cppfiles += ./../../common/src/ApexGeneralizedMarchingCubes.cpp ApexCommon_cppfiles += ./../../common/src/ApexIsoMesh.cpp -ApexCommon_cppfiles += ./../../common/src/ApexMath.cpp ApexCommon_cppfiles += ./../../common/src/ApexMeshContractor.cpp ApexCommon_cppfiles += ./../../common/src/ApexMeshHash.cpp ApexCommon_cppfiles += ./../../common/src/ApexPreview.cpp @@ -97,7 +96,6 @@ ApexCommon_debug_hpaths += ./../../framework/include ApexCommon_debug_hpaths += ./../../framework/include/autogen ApexCommon_debug_hpaths += ./../../include ApexCommon_debug_hpaths += ./../../include/PhysX3 -ApexCommon_debug_hpaths += ./../../../PxShared/src/NvSimd/include ApexCommon_debug_lpaths := ApexCommon_debug_lpaths += ./../../../PxShared/lib/makelinux64 ApexCommon_debug_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -216,7 +214,6 @@ ApexCommon_release_hpaths += ./../../framework/include ApexCommon_release_hpaths += ./../../framework/include/autogen ApexCommon_release_hpaths += ./../../include ApexCommon_release_hpaths += ./../../include/PhysX3 -ApexCommon_release_hpaths += ./../../../PxShared/src/NvSimd/include ApexCommon_release_lpaths := ApexCommon_release_lpaths += ./../../../PxShared/lib/makelinux64 ApexCommon_release_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -334,7 +331,6 @@ ApexCommon_profile_hpaths += ./../../framework/include ApexCommon_profile_hpaths += ./../../framework/include/autogen ApexCommon_profile_hpaths += ./../../include ApexCommon_profile_hpaths += ./../../include/PhysX3 -ApexCommon_profile_hpaths += ./../../../PxShared/src/NvSimd/include ApexCommon_profile_lpaths := ApexCommon_profile_lpaths += ./../../../PxShared/lib/makelinux64 ApexCommon_profile_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 @@ -452,7 +448,6 @@ ApexCommon_checked_hpaths += ./../../framework/include ApexCommon_checked_hpaths += ./../../framework/include/autogen ApexCommon_checked_hpaths += ./../../include ApexCommon_checked_hpaths += ./../../include/PhysX3 -ApexCommon_checked_hpaths += ./../../../PxShared/src/NvSimd/include ApexCommon_checked_lpaths := ApexCommon_checked_lpaths += ./../../../PxShared/lib/makelinux64 ApexCommon_checked_lpaths += ./../../../PhysX_3.4/Lib/makelinux64 |