mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Fix includes and refit.inf
This commit is contained in:
parent
0b19538bee
commit
6f64681239
@ -10,7 +10,7 @@
|
||||
#include "../refit/screen.h"
|
||||
#include "../refit/menu.h"
|
||||
#include "gma.h"
|
||||
//#include "XPointer.h"
|
||||
#include "../libeg/VectorGraphics.h"
|
||||
|
||||
#ifndef DEBUG_ALL
|
||||
#define DEBUG_SET 1
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include "strlen_test.h"
|
||||
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
|
||||
#include "printf_lite-test.h"
|
||||
#include "poolprint-test.h"
|
||||
#include "printlib-test.h"
|
||||
//#include "poolprint-test.h"
|
||||
//#include "printlib-test.h"
|
||||
|
||||
bool all_tests()
|
||||
{
|
||||
|
@ -88,6 +88,7 @@
|
||||
libeg/nanosvg.cpp
|
||||
libeg/nanosvg.h
|
||||
libeg/nanosvgrast.cpp
|
||||
libeg/VectorGraphics.h
|
||||
libeg/VectorGraphics.cpp
|
||||
libeg/libeg.h
|
||||
libeg/libegint.h
|
||||
@ -155,6 +156,7 @@
|
||||
Platform/Nvram.h
|
||||
Platform/Platform.h
|
||||
Platform/platformdata.cpp
|
||||
Platform/plist.h
|
||||
Platform/plist.cpp
|
||||
# Platform/Pointer.cpp
|
||||
Platform/Settings.cpp
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "screen.h"
|
||||
#include "../cpp_foundation/XString.h"
|
||||
#include "../libeg/XTheme.h"
|
||||
#include "../libeg/VectorGraphics.h" // for testSVG
|
||||
|
||||
#ifndef DEBUG_ALL
|
||||
#define DEBUG_MENU 1
|
||||
|
Loading…
Reference in New Issue
Block a user