configure: put buildinfo stuff in own config header

...so there's no need to rebuild everything all the time
This commit is contained in:
Stefan Seyfried
2013-11-13 14:34:18 +01:00
parent 548448456a
commit 06f233b288
2 changed files with 22 additions and 12 deletions

View File

@@ -33,6 +33,8 @@
#include <gui/widget/messagebox.h>
#include <system/helpers.h>
#include <local_build_config.h>
using namespace std;
CBuildInfo::CBuildInfo() : CComponentsWindow(1, 1, 700, 500, LOCALE_BUILDINFO_MENU, NEUTRINO_ICON_INFO)