Fix includes and refit.inf

This commit is contained in:
Jief L 2020-03-31 19:05:34 +03:00
parent 0b19538bee
commit 6f64681239
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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()
{

View File

@ -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

View File

@ -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