2011-07-20 10:33:24 +02:00
|
|
|
|
|
|
|
###############################################################################
|
2012-01-11 12:51:26 +01:00
|
|
|
### Some Preject properties : ###
|
2011-07-20 10:33:24 +02:00
|
|
|
###############################################################################
|
|
|
|
|
2012-01-11 12:51:26 +01:00
|
|
|
# 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
|
2011-07-20 10:33:24 +02:00
|
|
|
|
2012-03-29 17:48:48 +02:00
|
|
|
# include basic makefile for EWOL
|
|
|
|
include $(shell pwd)/../ewol/Build/Makefile.mk
|
2011-07-20 18:15:45 +02:00
|
|
|
|