[DEV] Compilation is back on all platform
This commit is contained in:
parent
986abb85a0
commit
b403727f98
@ -1,6 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version:
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -9,16 +8,16 @@
|
|||||||
BUILD_EDN=y
|
BUILD_EDN=y
|
||||||
# BUILD_AGG is not set
|
# BUILD_AGG is not set
|
||||||
# BUILD_ETK is not set
|
# BUILD_ETK is not set
|
||||||
# BUILD_EWOL is not set
|
|
||||||
# BUILD_FREETYPE is not set
|
# BUILD_FREETYPE is not set
|
||||||
|
BUILD_GLEW=y
|
||||||
# BUILD_LUA is not set
|
# BUILD_LUA is not set
|
||||||
# BUILD_OGG is not set
|
# BUILD_OGG is not set
|
||||||
# BUILD_PARSERSVG is not set
|
# BUILD_PARSERSVG is not set
|
||||||
# BUILD_LIBPNG is not set
|
# BUILD_LIBPNG is not set
|
||||||
# BUILD_PORTAUDIO is not set
|
|
||||||
# BUILD_TINYXML is not set
|
# BUILD_TINYXML is not set
|
||||||
# BUILD_ZLIB is not set
|
# BUILD_ZLIB is not set
|
||||||
# BUILD_LIBZIP is not set
|
# BUILD_LIBZIP is not set
|
||||||
|
# BUILD_EWOL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# edn
|
# edn
|
||||||
@ -37,6 +36,5 @@ APPL_BUFFER_FONT_NORMAL=y
|
|||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
# __VIDEO__OPENGL_ES_1 is not set
|
__EWOL_APPL_BASIC_TITLE__="Ewol Basic Title"
|
||||||
__VIDEO__OPENGL_ES_2=y
|
__EWOL_INTEGRATED_FONT__=y
|
||||||
__EWOL_APPL_BASIC_TITLE__="Edn : Sources Code Editor"
|
|
||||||
|
@ -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;
|
return bitmapFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user