Move native/util, native/data and native/i18 to Common/Data.

Also move colorutil.cpp/h

linking build fix experiment

Delete a bunch of unused CMakeLists.txt files

CMakeLists.txt linking fix

Don't include NativeApp.h from any headers.

Android.mk buildfix

Half of the UWP fix

Buildfix

Minor project file cleanup

Buildfixes

Guess what? More buildfixes!
This commit is contained in:
Henrik Rydgård 2020-10-01 13:05:04 +02:00
parent 5c9b7bb859
commit ff8148dd92
191 changed files with 583 additions and 797 deletions

View file

@ -18,7 +18,7 @@
#include <algorithm>
#include <memory>
#include "i18n/i18n.h"
#include "base/NativeApp.h"
#include "gfx_es2/draw_buffer.h"
#include "ui/view.h"
#include "ui/viewgroup.h"
@ -26,6 +26,7 @@
#include "ui/ui_screen.h"
#include "thin3d/thin3d.h"
#include "Common/Data/Text/I18n.h"
#include "Common/StringUtils.h"
#include "Core/Reporting.h"