diff --git a/ewol/resource/Texture.cpp b/ewol/resource/Texture.cpp index 81e37ebb..103b0501 100644 --- a/ewol/resource/Texture.cpp +++ b/ewol/resource/Texture.cpp @@ -51,7 +51,8 @@ ewol::resource::Texture::Texture() : ewol::resource::Texture::~Texture() { removeContext(); } -#include + +//#include bool ewol::resource::Texture::updateContext() { std11::unique_lock lock(m_mutex, std11::defer_lock); diff --git a/lutin_ewol.py b/lutin_ewol.py index c2c00d4c..ef639c31 100644 --- a/lutin_ewol.py +++ b/lutin_ewol.py @@ -25,6 +25,7 @@ def create(target): 'ewol/translate.cpp' ]) myModule.add_header_file([ + 'ewol/debug.h', # TODO : Remove this ... 'ewol/ewol.h', 'ewol/Padding.h', 'ewol/translate.h' @@ -231,12 +232,12 @@ def create(target): myModule.copy_path('data/textured3D.*','') myModule.copy_path('data/texturedDF.*','') myModule.copy_path('data/fontDistanceField/*','fontDistanceField') - myModule.copy_path('data/translate/*','translate/ewol/') + myModule.copy_path('data/translate/*','translate/ewol') # name of the dependency myModule.add_module_depend(['etk', 'gale', 'freetype', 'exml', 'ejson', 'egami', 'edtaa3']) - myModule.add_export_path(tools.get_current_path(__file__)) + myModule.add_path(tools.get_current_path(__file__)) tagFile = tools.get_current_path(__file__) + "/tag" ewolVersionID = tools.file_read_data(tagFile)