Move generated assets to build dir. Precompile platform runtime.

This commit is contained in:
Lea Anthony
2021-01-05 13:01:03 +11:00
parent 98789bd85a
commit d2020fedda
7 changed files with 22 additions and 16 deletions

View File

@@ -98,15 +98,15 @@
#define NSAlertThirdButtonReturn 1002
// References to assets
extern const unsigned char *assets[];
#include "assets.h"
extern const unsigned char runtime;
// Tray icons
extern const unsigned char *trayIcons[];
#include "trayicons.h"
// Dialog icons
extern const unsigned char *defaultDialogIcons[];
extern const unsigned char *userDialogIcons[];
#include "userdialogicons.h"
// MAIN DEBUG FLAG
int debug;