[DEV] update the config file and the project management

This commit is contained in:
Edouard Dupin 2012-10-27 17:43:10 +02:00
parent 0ba1c33525
commit eac1f8f594
8 changed files with 47 additions and 57 deletions

View File

@ -4,7 +4,7 @@
#############################################################################"
#need to define the project name in hard to prevent some error in the config system :
CONFIG___EWOL_APPL_NAME__="edn"
PROJECT_NAME=edn
# Add package needed :
# current user packages

View File

@ -42,7 +42,3 @@ endif
include $(BUILD_SHARED_LIBRARY)
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
$(call import-module,ewol/Sources)

View File

@ -37,18 +37,6 @@ LOCAL_CFLAGS := -DMODE_RELEASE \
-DAPPL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-$(BUILD_DIRECTORY_MODE)\""
endif
LOCAL_COPY_FILES := \
../share/Font/freefont/FreeSerif.ttf:usr/share/$(LOCAL_MODULE)/Font/freefont/FreeSerif.ttf
LOCAL_COPY_FOLDERS := \
../share/*.xml:usr/share/$(LOCAL_MODULE) \
../share/icon/*.svg:usr/share/$(LOCAL_MODULE)/icon \
../share/Font/freefont/FreeMon*.ttf:usr/share/$(LOCAL_MODULE)/Font/freefont
include $(BUILD_EXECUTABLE)
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
$(call import-module,ewol/Sources)

View File

@ -39,8 +39,3 @@ LOCAL_CFLAGS := -DMODE_RELEASE \
endif
include $(BUILD_EXECUTABLE)
NDK_MODULE_PATH := $(LOCAL_PATH)/../../
$(call import-module,ewol/Sources)

View File

@ -46,3 +46,13 @@ FILE_LIST+= appl/Highlight/HighlightPattern.cpp \
# Main entry file :
FILE_LIST+= appl/init.cpp
LOCAL_COPY_FILES := \
../share/Font/freefont/FreeSerif.ttf:Font/freefont/FreeSerif.ttf
LOCAL_COPY_FOLDERS := \
../share/*.xml: \
../share/icon/*.svg:icon \
../share/Font/freefont/FreeMon*.ttf:Font/freefont

View File

@ -7,17 +7,18 @@
# Modules
#
CONFIG_BUILD_EDN=y
CONFIG_BUILD_AGG=y
CONFIG_BUILD_ETK=y
CONFIG_BUILD_EWOL=y
CONFIG_BUILD_FREETYPE=y
CONFIG_BUILD_LUA=y
CONFIG_BUILD_OGG=y
CONFIG_BUILD_PARSERSVG=y
CONFIG_BUILD_LIBPNG=y
CONFIG_BUILD_TINYXML=y
CONFIG_BUILD_ZLIB=y
CONFIG_BUILD_LIBZIP=y
# CONFIG_BUILD_AGG is not set
# CONFIG_BUILD_ETK is not set
# CONFIG_BUILD_EWOL is not set
# CONFIG_BUILD_FREETYPE is not set
# CONFIG_BUILD_LUA is not set
# CONFIG_BUILD_OGG is not set
# CONFIG_BUILD_PARSERSVG is not set
# CONFIG_BUILD_LIBPNG is not set
# CONFIG_BUILD_PORTAUDIO is not set
# CONFIG_BUILD_TINYXML is not set
# CONFIG_BUILD_ZLIB is not set
# CONFIG_BUILD_LIBZIP is not set
#
# ewol

View File

@ -7,18 +7,18 @@
# Modules
#
CONFIG_BUILD_EDN=y
CONFIG_BUILD_AGG=y
CONFIG_BUILD_ETK=y
CONFIG_BUILD_EWOL=y
CONFIG_BUILD_FREETYPE=y
CONFIG_BUILD_LUA=y
CONFIG_BUILD_OGG=y
CONFIG_BUILD_PARSERSVG=y
CONFIG_BUILD_LIBPNG=y
CONFIG_BUILD_PORTAUDIO=y
CONFIG_BUILD_TINYXML=y
CONFIG_BUILD_ZLIB=y
CONFIG_BUILD_LIBZIP=y
# CONFIG_BUILD_AGG is not set
# CONFIG_BUILD_ETK is not set
# CONFIG_BUILD_EWOL is not set
# CONFIG_BUILD_FREETYPE is not set
# CONFIG_BUILD_LUA is not set
# CONFIG_BUILD_OGG is not set
# CONFIG_BUILD_PARSERSVG is not set
# CONFIG_BUILD_LIBPNG is not set
# CONFIG_BUILD_PORTAUDIO is not set
# CONFIG_BUILD_TINYXML is not set
# CONFIG_BUILD_ZLIB is not set
# CONFIG_BUILD_LIBZIP is not set
#
# edn

View File

@ -7,18 +7,18 @@
# Modules
#
CONFIG_BUILD_EDN=y
CONFIG_BUILD_AGG=y
CONFIG_BUILD_ETK=y
CONFIG_BUILD_EWOL=y
CONFIG_BUILD_FREETYPE=y
CONFIG_BUILD_GLEW=y
CONFIG_BUILD_LUA=y
CONFIG_BUILD_OGG=y
CONFIG_BUILD_PARSERSVG=y
CONFIG_BUILD_LIBPNG=y
CONFIG_BUILD_TINYXML=y
CONFIG_BUILD_ZLIB=y
CONFIG_BUILD_LIBZIP=y
# CONFIG_BUILD_AGG is not set
# CONFIG_BUILD_ETK is not set
# CONFIG_BUILD_EWOL is not set
# CONFIG_BUILD_FREETYPE is not set
# CONFIG_BUILD_LUA is not set
# CONFIG_BUILD_OGG is not set
# CONFIG_BUILD_PARSERSVG is not set
# CONFIG_BUILD_LIBPNG is not set
# CONFIG_BUILD_PORTAUDIO is not set
# CONFIG_BUILD_TINYXML is not set
# CONFIG_BUILD_ZLIB is not set
# CONFIG_BUILD_LIBZIP is not set
#
# ewol