[DEV] Compilation is back on all platform

This commit is contained in:
Edouard DUPIN 2012-11-26 23:07:40 +01:00
parent 986abb85a0
commit b403727f98
2 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,5 @@
#
# Automatically generated make config: don't edit
# Linux kernel version:
#
#
@ -9,16 +8,16 @@
BUILD_EDN=y
# BUILD_AGG is not set
# BUILD_ETK is not set
# BUILD_EWOL is not set
# BUILD_FREETYPE is not set
BUILD_GLEW=y
# BUILD_LUA is not set
# BUILD_OGG is not set
# BUILD_PARSERSVG is not set
# BUILD_LIBPNG is not set
# BUILD_PORTAUDIO is not set
# BUILD_TINYXML is not set
# BUILD_ZLIB is not set
# BUILD_LIBZIP is not set
# BUILD_EWOL is not set
#
# edn
@ -37,6 +36,5 @@ APPL_BUFFER_FONT_NORMAL=y
#
# General
#
# __VIDEO__OPENGL_ES_1 is not set
__VIDEO__OPENGL_ES_2=y
__EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
__EWOL_APPL_BASIC_TITLE__="Ewol Basic Title"
__EWOL_INTEGRATED_FONT__=y

View File

@ -125,9 +125,9 @@ void APP_Init(void)
}
etk::FSNode APP_Icon(void)
etk::UString APP_Icon(void)
{
etk::FSNode bitmapFile("DATA:iconEdn.bmp");
etk::UString bitmapFile("DATA:iconEdn.bmp");
return bitmapFile;
}