diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-09-15 15:41:57 -0500 |
| commit | d1c812f1162e5fdb13c215792725b2591d7428f5 (patch) | |
| tree | 407056c45c7e9320c48fca6a3697d81a061c4ea0 /APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk | |
| parent | PhysX 3.4, APEX 1.4 patch release @22121272 (diff) | |
| download | physx-3.4-3.4.1.tar.xz physx-3.4-3.4.1.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk')
| -rw-r--r-- | APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk b/APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk index 31d9922c..9c08e637 100644 --- a/APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk +++ b/APEX_1.4/compiler/linux64/Makefile.ApexFramework.mk @@ -124,7 +124,6 @@ ApexFramework_debug_libraries += PxPvdSDKDEBUG_x64 ApexFramework_debug_libraries += PxTaskDEBUG ApexFramework_debug_libraries += RenderDebugDEBUG ApexFramework_debug_libraries += PhysX3CommonDEBUG_x64 -ApexFramework_debug_libraries += PxCudaContextManagerDEBUG_x64 ApexFramework_debug_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_debug_common_cflags += -MMD ApexFramework_debug_common_cflags += $(addprefix -D, $(ApexFramework_debug_defines)) @@ -253,7 +252,6 @@ ApexFramework_release_libraries += PxPvdSDK_x64 ApexFramework_release_libraries += PxTask ApexFramework_release_libraries += RenderDebug ApexFramework_release_libraries += PhysX3Common_x64 -ApexFramework_release_libraries += PxCudaContextManager_x64 ApexFramework_release_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_release_common_cflags += -MMD ApexFramework_release_common_cflags += $(addprefix -D, $(ApexFramework_release_defines)) @@ -382,7 +380,6 @@ ApexFramework_profile_libraries += PxPvdSDKPROFILE_x64 ApexFramework_profile_libraries += PxTaskPROFILE ApexFramework_profile_libraries += RenderDebugPROFILE ApexFramework_profile_libraries += PhysX3CommonPROFILE_x64 -ApexFramework_profile_libraries += PxCudaContextManagerPROFILE_x64 ApexFramework_profile_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_profile_common_cflags += -MMD ApexFramework_profile_common_cflags += $(addprefix -D, $(ApexFramework_profile_defines)) @@ -512,7 +509,6 @@ ApexFramework_checked_libraries += PxPvdSDKCHECKED_x64 ApexFramework_checked_libraries += PxTaskCHECKED ApexFramework_checked_libraries += RenderDebugCHECKED ApexFramework_checked_libraries += PhysX3CommonCHECKED_x64 -ApexFramework_checked_libraries += PxCudaContextManagerCHECKED_x64 ApexFramework_checked_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_checked_common_cflags += -MMD ApexFramework_checked_common_cflags += $(addprefix -D, $(ApexFramework_checked_defines)) |