diff options
| author | sschirm <[email protected]> | 2016-12-23 14:20:36 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-23 14:56:17 +0100 |
| commit | ef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch) | |
| tree | 710426e8daa605551ce3f34b581897011101c30f /APEX_1.4/compiler/android16/Makefile.PxFoundation.mk | |
| parent | Initial commit: (diff) | |
| download | physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip | |
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'APEX_1.4/compiler/android16/Makefile.PxFoundation.mk')
| -rw-r--r-- | APEX_1.4/compiler/android16/Makefile.PxFoundation.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/APEX_1.4/compiler/android16/Makefile.PxFoundation.mk b/APEX_1.4/compiler/android16/Makefile.PxFoundation.mk index 35751718..46e6f319 100644 --- a/APEX_1.4/compiler/android16/Makefile.PxFoundation.mk +++ b/APEX_1.4/compiler/android16/Makefile.PxFoundation.mk @@ -64,7 +64,7 @@ PxFoundation_debug_common_cflags += $(addprefix -D, $(PxFoundation_debug_defi PxFoundation_debug_common_cflags += $(addprefix -I, $(PxFoundation_debug_hpaths)) PxFoundation_debug_common_cflags += -Werror PxFoundation_debug_common_cflags += -fpic -fno-exceptions -PxFoundation_debug_common_cflags += -isysroot C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_debug_common_cflags += -isysroot ./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork PxFoundation_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 PxFoundation_debug_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable @@ -78,7 +78,7 @@ PxFoundation_debug_cppflags += -Wno-invalid-offsetof PxFoundation_debug_lflags := $(PxFoundation_custom_lflags) PxFoundation_debug_lflags += $(addprefix -L, $(PxFoundation_debug_lpaths)) PxFoundation_debug_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_debug_libraries)) -Wl,--end-group -PxFoundation_debug_lflags += --sysroot=C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_debug_lflags += --sysroot=./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_debug_objsdir = $(OBJS_DIR)/PxFoundation_debug PxFoundation_debug_cpp_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_debug_cc_o = $(addprefix $(PxFoundation_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -158,7 +158,7 @@ PxFoundation_release_common_cflags += $(addprefix -D, $(PxFoundation_release_ PxFoundation_release_common_cflags += $(addprefix -I, $(PxFoundation_release_hpaths)) PxFoundation_release_common_cflags += -Werror PxFoundation_release_common_cflags += -fpic -fno-exceptions -PxFoundation_release_common_cflags += -isysroot C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_release_common_cflags += -isysroot ./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork PxFoundation_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 PxFoundation_release_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable @@ -174,7 +174,7 @@ PxFoundation_release_cppflags += -Wno-invalid-offsetof PxFoundation_release_lflags := $(PxFoundation_custom_lflags) PxFoundation_release_lflags += $(addprefix -L, $(PxFoundation_release_lpaths)) PxFoundation_release_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_release_libraries)) -Wl,--end-group -PxFoundation_release_lflags += --sysroot=C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_release_lflags += --sysroot=./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_release_objsdir = $(OBJS_DIR)/PxFoundation_release PxFoundation_release_cpp_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_release_cc_o = $(addprefix $(PxFoundation_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -256,7 +256,7 @@ PxFoundation_checked_common_cflags += $(addprefix -D, $(PxFoundation_checked_ PxFoundation_checked_common_cflags += $(addprefix -I, $(PxFoundation_checked_hpaths)) PxFoundation_checked_common_cflags += -Werror PxFoundation_checked_common_cflags += -fpic -fno-exceptions -PxFoundation_checked_common_cflags += -isysroot C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_checked_common_cflags += -isysroot ./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork PxFoundation_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 PxFoundation_checked_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable @@ -272,7 +272,7 @@ PxFoundation_checked_cppflags += -Wno-invalid-offsetof PxFoundation_checked_lflags := $(PxFoundation_custom_lflags) PxFoundation_checked_lflags += $(addprefix -L, $(PxFoundation_checked_lpaths)) PxFoundation_checked_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_checked_libraries)) -Wl,--end-group -PxFoundation_checked_lflags += --sysroot=C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_checked_lflags += --sysroot=./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_checked_objsdir = $(OBJS_DIR)/PxFoundation_checked PxFoundation_checked_cpp_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_checked_cc_o = $(addprefix $(PxFoundation_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) @@ -354,7 +354,7 @@ PxFoundation_profile_common_cflags += $(addprefix -D, $(PxFoundation_profile_ PxFoundation_profile_common_cflags += $(addprefix -I, $(PxFoundation_profile_hpaths)) PxFoundation_profile_common_cflags += -Werror PxFoundation_profile_common_cflags += -fpic -fno-exceptions -PxFoundation_profile_common_cflags += -isysroot C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_profile_common_cflags += -isysroot ./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork PxFoundation_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2 PxFoundation_profile_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable @@ -370,7 +370,7 @@ PxFoundation_profile_cppflags += -Wno-invalid-offsetof PxFoundation_profile_lflags := $(PxFoundation_custom_lflags) PxFoundation_profile_lflags += $(addprefix -L, $(PxFoundation_profile_lpaths)) PxFoundation_profile_lflags += -Wl,--start-group $(addprefix -l, $(PxFoundation_profile_libraries)) -Wl,--end-group -PxFoundation_profile_lflags += --sysroot=C:/b/a80d70e9dd655e16/sw/physx/externals/android-ndk/r9d-win32/platforms/android-16/arch-arm +PxFoundation_profile_lflags += --sysroot=./../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm PxFoundation_profile_objsdir = $(OBJS_DIR)/PxFoundation_profile PxFoundation_profile_cpp_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxFoundation_cppfiles))))) PxFoundation_profile_cc_o = $(addprefix $(PxFoundation_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxFoundation_ccfiles))))) |