change the clipboard system (normalisation and standardisation

This commit is contained in:
2012-08-18 21:06:21 +02:00
parent 0fc8934d93
commit 699564e17f
14 changed files with 101 additions and 14 deletions

View File

@@ -8,7 +8,10 @@ PROJECT_VENDOR=heeroyui
# Binary name ... (no dot, no MAJ no Numerical char)
PROJECT_NAME=edn
USER_PACKAGES=$(shell pwd)/Sources/
# Add package needed
USER_PACKAGES =$(shell pwd)/Sources/
# Add ewol packages :
USER_PACKAGES+=$(shell realpath $(shell pwd)/../ewol/Sources/)
# include basic makefile for EWOL
include $(shell pwd)/../ewol/Build/Makefile.mk