[DEV] add files in the copy system

This commit is contained in:
Edouard Dupin 2012-10-27 17:45:23 +02:00 committed by Edouard DUPIN
parent cb854ca972
commit eb2a46e0c1
3 changed files with 17 additions and 18 deletions

2
Build

@ -1 +1 @@
Subproject commit c392140f79cfdda62e8f365744419a92125bde99
Subproject commit b3554e26a1bb9eaa175374bf77206a42614ff0fe

View File

@ -42,23 +42,6 @@ LOCAL_SRC_FILES := \
ewol/audio/interfacePortAudio.cpp \
$(FILE_LIST)
LOCAL_END_PROJECT_NAME := $(call convert-special-char,$(CONFIG___EWOL_APPL_NAME__))
LOCAL_COPY_FILES := ../../share/textured3D.prog:usr/share/$(LOCAL_END_PROJECT_NAME)/textured3D.prog \
../../share/textured3D.frag:usr/share/$(LOCAL_END_PROJECT_NAME)/textured3D.frag \
../../share/textured3D.vert:usr/share/$(LOCAL_END_PROJECT_NAME)/textured3D.vert \
\
../../share/color.prog:usr/share/$(LOCAL_END_PROJECT_NAME)/color.prog \
../../share/color.frag:usr/share/$(LOCAL_END_PROJECT_NAME)/color.frag \
../../share/color.vert:usr/share/$(LOCAL_END_PROJECT_NAME)/color.vert \
\
../../share/textured.prog:usr/share/$(LOCAL_END_PROJECT_NAME)/textured.prog \
../../share/textured.frag:usr/share/$(LOCAL_END_PROJECT_NAME)/textured.frag \
../../share/textured.vert:usr/share/$(LOCAL_END_PROJECT_NAME)/textured.vert \
\
../../share/widgetEntry.prog:usr/share/$(LOCAL_END_PROJECT_NAME)/widgetEntry.prog \
../../share/widgetEntry.frag:usr/share/$(LOCAL_END_PROJECT_NAME)/widgetEntry.frag \
../../share/widgetEntry.vert:usr/share/$(LOCAL_END_PROJECT_NAME)/widgetEntry.vert
include $(BUILD_STATIC_LIBRARY)

View File

@ -85,3 +85,19 @@ FILE_LIST+= ewol/audio/audio.cpp \
ewol/audio/decWav.cpp
LOCAL_COPY_FILES := ../../share/textured3D.prog:textured3D.prog \
../../share/textured3D.frag:textured3D.frag \
../../share/textured3D.vert:textured3D.vert \
\
../../share/color.prog:color.prog \
../../share/color.frag:color.frag \
../../share/color.vert:color.vert \
\
../../share/textured.prog:textured.prog \
../../share/textured.frag:textured.frag \
../../share/textured.vert:textured.vert \
\
../../share/widgetEntry.prog:widgetEntry.prog \
../../share/widgetEntry.frag:widgetEntry.frag \
../../share/widgetEntry.vert:widgetEntry.vert