From e121fcc09691b43b8b22b2bd0d893b70ee51c6d8 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 9 Aug 2012 18:39:40 +0200 Subject: [PATCH] compilation back to the std etk Vector Type && android compilation inside the makefile --- Build | 2 +- Sources/libetk/etk/Stream.h | 4 ++-- Sources/libewol/Android.mk | 13 ++++--------- Sources/libparsersvg | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/Build b/Build index 08712b84..af84e9f2 160000 --- a/Build +++ b/Build @@ -1 +1 @@ -Subproject commit 08712b846acf6063512466253e1520fa08137409 +Subproject commit af84e9f2ceea7271b67ce0a43c430ca0c26afd89 diff --git a/Sources/libetk/etk/Stream.h b/Sources/libetk/etk/Stream.h index ab2e0c9f..a2ebf7a1 100644 --- a/Sources/libetk/etk/Stream.h +++ b/Sources/libetk/etk/Stream.h @@ -26,8 +26,8 @@ #ifndef __ETK_STREAM_H__ #define __ETK_STREAM_H__ -#include -#include +//#include +//#include #include #include #include diff --git a/Sources/libewol/Android.mk b/Sources/libewol/Android.mk index 128b7faf..b8f52a6d 100644 --- a/Sources/libewol/Android.mk +++ b/Sources/libewol/Android.mk @@ -11,7 +11,7 @@ LOCAL_VERSION_TAG_SHORT=$(shell cd $(LOCAL_PATH) ; git describe --tags --abbrev= $(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG)) # name of the dependency -LOCAL_STATIC_LIBRARIES := etk freetype tinyxml libzip libpng agg parsersvg lua portaudio +LOCAL_STATIC_LIBRARIES := etk freetype tinyxml libzip libpng agg parsersvg lua LOCAL_C_INCLUDES := @@ -26,8 +26,7 @@ LOCAL_CFLAGS := -D__PLATFORM__Android \ -DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \ -DBUILD_TIME="\"$(BUILD_TIME)\"" \ -DDATA_IN_APK \ - -DLUA_COMPAT_ALL \ - -frtti + -DLUA_COMPAT_ALL else LOCAL_CFLAGS := -D__PLATFORM__Android \ -Wno-write-strings \ @@ -36,8 +35,7 @@ LOCAL_CFLAGS := -D__PLATFORM__Android \ -DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \ -DBUILD_TIME="\"$(BUILD_TIME)\"" \ -DDATA_IN_APK \ - -DLUA_COMPAT_ALL \ - -frtti + -DLUA_COMPAT_ALL endif # load the common sources file of the platform @@ -46,10 +44,7 @@ include $(LOCAL_PATH)/file.mk LOCAL_SRC_FILES := ewol/base/guiAndroid.cpp $(FILE_LIST) # Ewol Test Software : -LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz --sysroot=/home/edupin/dev/perso/android/ndk/platforms/android-14/arch-arm \ - /home/edupin/dev/perso/copyDirectServeur/yourDevFolder/edn/obj/local/armeabi/libstdc++.a \ - /home/edupin/dev/perso/android/ndk/sources/cxx-stl/gnu-libstdc++/libs/armeabi/libsupc++.a \ - -lstdc++ +LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz include $(BUILD_STATIC_LIBRARY) diff --git a/Sources/libparsersvg b/Sources/libparsersvg index cd5fa34b..1e3430bd 160000 --- a/Sources/libparsersvg +++ b/Sources/libparsersvg @@ -1 +1 @@ -Subproject commit cd5fa34bcf344ce0978329ed4226f064d651c3fa +Subproject commit 1e3430bdc3fd5c10b055b5e07e699fa2352ec572