mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +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/screen.h"
|
||||||
#include "../refit/menu.h"
|
#include "../refit/menu.h"
|
||||||
#include "gma.h"
|
#include "gma.h"
|
||||||
//#include "XPointer.h"
|
#include "../libeg/VectorGraphics.h"
|
||||||
|
|
||||||
#ifndef DEBUG_ALL
|
#ifndef DEBUG_ALL
|
||||||
#define DEBUG_SET 1
|
#define DEBUG_SET 1
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
#include "strlen_test.h"
|
#include "strlen_test.h"
|
||||||
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
|
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
|
||||||
#include "printf_lite-test.h"
|
#include "printf_lite-test.h"
|
||||||
#include "poolprint-test.h"
|
//#include "poolprint-test.h"
|
||||||
#include "printlib-test.h"
|
//#include "printlib-test.h"
|
||||||
|
|
||||||
bool all_tests()
|
bool all_tests()
|
||||||
{
|
{
|
||||||
|
@ -88,6 +88,7 @@
|
|||||||
libeg/nanosvg.cpp
|
libeg/nanosvg.cpp
|
||||||
libeg/nanosvg.h
|
libeg/nanosvg.h
|
||||||
libeg/nanosvgrast.cpp
|
libeg/nanosvgrast.cpp
|
||||||
|
libeg/VectorGraphics.h
|
||||||
libeg/VectorGraphics.cpp
|
libeg/VectorGraphics.cpp
|
||||||
libeg/libeg.h
|
libeg/libeg.h
|
||||||
libeg/libegint.h
|
libeg/libegint.h
|
||||||
@ -155,6 +156,7 @@
|
|||||||
Platform/Nvram.h
|
Platform/Nvram.h
|
||||||
Platform/Platform.h
|
Platform/Platform.h
|
||||||
Platform/platformdata.cpp
|
Platform/platformdata.cpp
|
||||||
|
Platform/plist.h
|
||||||
Platform/plist.cpp
|
Platform/plist.cpp
|
||||||
# Platform/Pointer.cpp
|
# Platform/Pointer.cpp
|
||||||
Platform/Settings.cpp
|
Platform/Settings.cpp
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "../cpp_foundation/XString.h"
|
#include "../cpp_foundation/XString.h"
|
||||||
#include "../libeg/XTheme.h"
|
#include "../libeg/XTheme.h"
|
||||||
|
#include "../libeg/VectorGraphics.h" // for testSVG
|
||||||
|
|
||||||
#ifndef DEBUG_ALL
|
#ifndef DEBUG_ALL
|
||||||
#define DEBUG_MENU 1
|
#define DEBUG_MENU 1
|
||||||
|
Loading…
Reference in New Issue
Block a user