update to the new compilation system for Linux

This commit is contained in:
Edouard Dupin 2012-07-16 17:59:56 +02:00
parent 33c6de5450
commit 750e663eca
3 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,8 @@ PROJECT_VENDOR=heeroyui
# Binary name ... (no dot, no MAJ no Numerical char)
PROJECT_NAME=edn
USER_PACKAGES=$(shell pwd)/jni/
# include basic makefile for EWOL
include $(shell pwd)/../ewol/Build/Makefile.mk

View File

@ -14,9 +14,9 @@ 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 ewol tinyxml libzip libpng libfreetype parsersvg agg
LOCAL_STATIC_LIBRARIES := ewol
LOCAL_C_INCLUDES := -I$(LOCAL_PATH) $(addprefix -I$(LOCAL_PATH)/, $(sort $(dir $(FILE_LIST))))
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(addprefix $(LOCAL_PATH)/, $(sort $(dir $(FILE_LIST))))
LOCAL_SRC_FILES := $(FILE_LIST)

View File

@ -66,7 +66,6 @@ void APP_Init(void)
ewol::ChangeSize(800, 600);
etk::InitDefaultFolder(PROJECT_NAME);
etk::tool::frand(0,1);
ewol::SetFontFolder("Font");
#ifdef __PLATFORM__Android