[DEV] Update to the new tree of the the sub lib

This commit is contained in:
2012-11-10 16:28:29 +01:00
parent 9cdd8e620b
commit 65d8dbe974
131 changed files with 31 additions and 21 deletions

View File

@@ -51,9 +51,7 @@ PROJECT_DESCRIPTION="Text editor for sources code with ctags management"
# Add package needed :
# current user packages
USER_PACKAGES =$(shell pwd)/Sources/
# Add ewol packages
USER_PACKAGES+=$(shell realpath $(shell pwd)/../ewol/Sources/)
USER_PACKAGES =$(shell pwd)/sources/
# include basic makefile for ewol generic toolchain
include $(shell pwd)/../ewol/Build/Makefile.mk
# include the basic makefile of ewol :
include $(shell pwd)/../ewol/Makefile.mk