diff options
Diffstat (limited to 'APEX_1.4/compiler/linux32/Makefile.ApexFramework.mk')
| -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)) |