[DEV] change the compilation Basic flag in the basic makefile

This commit is contained in:
2012-10-27 01:25:51 +02:00
parent e88bfb0f0b
commit 0ba1c33525
5 changed files with 19 additions and 22 deletions

View File

@@ -1,8 +1,16 @@
#############################################################################"
# main makefile for a basic application
# this is minimal application main makefile
#############################################################################"
# Add package needed
#need to define the project name in hard to prevent some error in the config system :
CONFIG___EWOL_APPL_NAME__="edn"
# Add package needed :
# current user packages
USER_PACKAGES =$(shell pwd)/Sources/
# Add ewol packages :
# Add ewol packages
USER_PACKAGES+=$(shell realpath $(shell pwd)/../ewol/Sources/)
# include basic makefile for EWOL
# include basic makefile for ewol generic toolchain
include $(shell pwd)/../ewol/Build/Makefile.mk