From 7b262da6d93d340a6b2d20eeeb92caba3878bf32 Mon Sep 17 00:00:00 2001 From: Luca Erbetta <luca.erbetta105@gmail.com> Date: Sat, 23 Mar 2019 18:25:53 +0100 Subject: [PATCH] Make it compile with skyward-boardcore --- Makefile | 2 +- config/mxgui_settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 268b3c4..98d4dae 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ## Makefile for mxgui ## This makefile builds libmxgui.a ## -MAKEFILE_VERSION := 1.07 +MAKEFILE_VERSION := 1.07S ## KPATH and CONFPATH are forwarded by the parent Makefile include $(CONFPATH)/config/Makefile.inc diff --git a/config/mxgui_settings.h b/config/mxgui_settings.h index f72ef70..fe23cbf 100644 --- a/config/mxgui_settings.h +++ b/config/mxgui_settings.h @@ -40,7 +40,7 @@ // The PARSING_FROM_IDE is because Netbeans gets confused by this, it is never // defined when compiling the code. #ifndef PARSING_FROM_IDE -#error This error is a reminder that you have not edited mxgui_settings.h yet. +//#error This error is a reminder that you have not edited mxgui_settings.h yet. #endif //PARSING_FROM_IDE namespace mxgui { -- GitLab