diff options
| author | sschirm <[email protected]> | 2017-02-27 16:40:12 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2017-03-01 18:04:26 +0100 |
| commit | 7840347c32755e94a807f978f1cbb558717ac8cf (patch) | |
| tree | 295cd3ca93a45f8fcc43cf3cbf3887c0e0c5526b /APEX_1.4/compiler/linux32 | |
| parent | Pre-release comments marking end of beta. (diff) | |
| download | physx-3.4-7840347c32755e94a807f978f1cbb558717ac8cf.tar.xz physx-3.4-7840347c32755e94a807f978f1cbb558717ac8cf.zip | |
PhysX 3.4, APEX 1.4 final release @21757769v3.4.0-rc-2
Diffstat (limited to 'APEX_1.4/compiler/linux32')
| -rw-r--r-- | APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk b/APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk index 0fa5ab28..490583fe 100644 --- a/APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk +++ b/APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk @@ -124,7 +124,6 @@ ApexFramework_debug_libraries += PxPvdSDKDEBUG_x86 ApexFramework_debug_libraries += PxTaskDEBUG ApexFramework_debug_libraries += RenderDebugDEBUG ApexFramework_debug_libraries += PhysX3CommonDEBUG_x86 -ApexFramework_debug_libraries += PxCudaContextManagerDEBUG_x86 ApexFramework_debug_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_debug_common_cflags += -MMD ApexFramework_debug_common_cflags += $(addprefix -D, $(ApexFramework_debug_defines)) @@ -254,7 +253,6 @@ ApexFramework_release_libraries += PxPvdSDK_x86 ApexFramework_release_libraries += PxTask ApexFramework_release_libraries += RenderDebug ApexFramework_release_libraries += PhysX3Common_x86 -ApexFramework_release_libraries += PxCudaContextManager_x86 ApexFramework_release_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_release_common_cflags += -MMD ApexFramework_release_common_cflags += $(addprefix -D, $(ApexFramework_release_defines)) @@ -384,7 +382,6 @@ ApexFramework_profile_libraries += PxPvdSDKPROFILE_x86 ApexFramework_profile_libraries += PxTaskPROFILE ApexFramework_profile_libraries += RenderDebugPROFILE ApexFramework_profile_libraries += PhysX3CommonPROFILE_x86 -ApexFramework_profile_libraries += PxCudaContextManagerPROFILE_x86 ApexFramework_profile_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_profile_common_cflags += -MMD ApexFramework_profile_common_cflags += $(addprefix -D, $(ApexFramework_profile_defines)) @@ -515,7 +512,6 @@ ApexFramework_checked_libraries += PxPvdSDKCHECKED_x86 ApexFramework_checked_libraries += PxTaskCHECKED ApexFramework_checked_libraries += RenderDebugCHECKED ApexFramework_checked_libraries += PhysX3CommonCHECKED_x86 -ApexFramework_checked_libraries += PxCudaContextManagerCHECKED_x86 ApexFramework_checked_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_checked_common_cflags += -MMD ApexFramework_checked_common_cflags += $(addprefix -D, $(ApexFramework_checked_defines)) |