cange android system generation

This commit is contained in:
2012-09-12 18:24:26 +02:00
parent dbcde77a61
commit 5696539e2d
12 changed files with 3 additions and 185 deletions

View File

@@ -1,13 +1,4 @@
###############################################################################
### Some Preject properties : ###
###############################################################################
# group name or constructor ... (no dot, no MAJ no Numerical char)
PROJECT_VENDOR=heeroyui
# Binary name ... (no dot, no MAJ no Numerical char)
PROJECT_NAME=edn
# Add package needed
USER_PACKAGES =$(shell pwd)/Sources/
# Add ewol packages :
@@ -15,4 +6,3 @@ USER_PACKAGES+=$(shell realpath $(shell pwd)/../ewol/Sources/)
# include basic makefile for EWOL
include $(shell pwd)/../ewol/Build/Makefile.mk