diff --git a/Makefile b/Makefile index 268b3c40b94d815ad1745ca6e2aab0d287d38f7c..98d4dae485c7e0c041493b23975e75f3af0fd006 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 f72ef7000ce0b3bb2d3c733a722536b2cb7ce695..fe23cbfc87eb875ad5ccacef52fc666bdd882da8 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 {