diff --git a/avancement.boo b/avancement.txt similarity index 100% rename from avancement.boo rename to avancement.txt diff --git a/licence.txt b/license.txt similarity index 100% rename from licence.txt rename to license.txt diff --git a/sources/Android.mk b/sources/Android.mk index 5042620..7b36c64 100644 --- a/sources/Android.mk +++ b/sources/Android.mk @@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk LOCAL_CONFIG_FILES := Config.in # name of the librairy -ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty)) LOCAL_MODULE := edn -else -LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__)) -endif # get the tag of the current project : LOCAL_VERSION=$(shell cat $(LOCAL_PATH)/../tag) diff --git a/sources/Linux.mk b/sources/Linux.mk index c8b1081..b97b157 100644 --- a/sources/Linux.mk +++ b/sources/Linux.mk @@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk LOCAL_CONFIG_FILES := Config.in # name of the librairy -ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty)) LOCAL_MODULE := edn -else -LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__)) -endif # get the tag of the current project : LOCAL_VERSION=$(shell cat $(LOCAL_PATH)/../tag) $(info [TAG:$(LOCAL_MODULE)] $(LOCAL_VERSION)) diff --git a/sources/Windows.mk b/sources/Windows.mk index 6be3fcc..569e8be 100644 --- a/sources/Windows.mk +++ b/sources/Windows.mk @@ -8,11 +8,7 @@ include $(LOCAL_PATH)/file.mk LOCAL_CONFIG_FILES := Config.in # name of the librairy -ifeq ($(CONFIG___EWOL_APPL_NAME__),$(empty)) LOCAL_MODULE := edn -else -LOCAL_MODULE := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__)) -endif # get the tag of the current project : LOCAL_VERSION=$(shell cat $(LOCAL_PATH)/../tag)