diff options
| author | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
| commit | c7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch) | |
| tree | 770db0c76e954045fe5178a36a7519b26df6942a /APEX_1.4/compiler/android16 | |
| parent | PhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff) | |
| download | physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip | |
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'APEX_1.4/compiler/android16')
| -rw-r--r-- | APEX_1.4/compiler/android16/Makefile.ApexFramework.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk b/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk index 7e8d2945..ab8b7fc3 100644 --- a/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk +++ b/APEX_1.4/compiler/android16/Makefile.ApexFramework.mk @@ -137,7 +137,6 @@ ApexFramework_debug_libraries += PxPvdSDKDEBUG ApexFramework_debug_libraries += PxTaskDEBUG ApexFramework_debug_libraries += RenderDebugDEBUG ApexFramework_debug_libraries += PhysX3CommonDEBUG -ApexFramework_debug_libraries += PxCudaContextManagerDEBUG ApexFramework_debug_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_debug_common_cflags += $(addprefix -D, $(ApexFramework_debug_defines)) ApexFramework_debug_common_cflags += $(addprefix -I, $(ApexFramework_debug_hpaths)) @@ -284,7 +283,6 @@ ApexFramework_release_libraries += PxPvdSDK ApexFramework_release_libraries += PxTask ApexFramework_release_libraries += RenderDebug ApexFramework_release_libraries += PhysX3Common -ApexFramework_release_libraries += PxCudaContextManager ApexFramework_release_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_release_common_cflags += $(addprefix -D, $(ApexFramework_release_defines)) ApexFramework_release_common_cflags += $(addprefix -I, $(ApexFramework_release_hpaths)) @@ -433,7 +431,6 @@ ApexFramework_profile_libraries += PxPvdSDKPROFILE ApexFramework_profile_libraries += PxTaskPROFILE ApexFramework_profile_libraries += RenderDebugPROFILE ApexFramework_profile_libraries += PhysX3CommonPROFILE -ApexFramework_profile_libraries += PxCudaContextManagerPROFILE ApexFramework_profile_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_profile_common_cflags += $(addprefix -D, $(ApexFramework_profile_defines)) ApexFramework_profile_common_cflags += $(addprefix -I, $(ApexFramework_profile_hpaths)) @@ -583,7 +580,6 @@ ApexFramework_checked_libraries += PxPvdSDKCHECKED ApexFramework_checked_libraries += PxTaskCHECKED ApexFramework_checked_libraries += RenderDebugCHECKED ApexFramework_checked_libraries += PhysX3CommonCHECKED -ApexFramework_checked_libraries += PxCudaContextManagerCHECKED ApexFramework_checked_common_cflags := $(ApexFramework_custom_cflags) ApexFramework_checked_common_cflags += $(addprefix -D, $(ApexFramework_checked_defines)) ApexFramework_checked_common_cflags += $(addprefix -I, $(ApexFramework_checked_hpaths)) |