@@ -25,6 +25,7 @@ OBJS = \ | |||||
src/ImageWidgets.cpp.o \ | src/ImageWidgets.cpp.o \ | ||||
src/NanoVG.cpp.o \ | src/NanoVG.cpp.o \ | ||||
src/NanoWidgets.cpp.o \ | src/NanoWidgets.cpp.o \ | ||||
src/Resources.cpp.o \ | |||||
src/Widget.cpp.o | src/Widget.cpp.o | ||||
ifeq ($(MACOS),true) | ifeq ($(MACOS),true) | ||||
@@ -15,8 +15,8 @@ | |||||
*/ | */ | ||||
#include "../NanoVG.hpp" | #include "../NanoVG.hpp" | ||||
#include "Resources.hpp" | |||||
#include "WidgetPrivateData.hpp" | #include "WidgetPrivateData.hpp" | ||||
#include "resources/Resources.h" | |||||
// ----------------------------------------------------------------------- | // ----------------------------------------------------------------------- | ||||
@@ -15,11 +15,11 @@ | |||||
*/ | */ | ||||
#include "Common.hpp" | #include "Common.hpp" | ||||
#include "Resources.hpp" | |||||
#define BLENDISH_IMPLEMENTATION | #define BLENDISH_IMPLEMENTATION | ||||
#include "nanovg/nanovg.h" | #include "nanovg/nanovg.h" | ||||
#include "oui-blendish/blendish.h" | #include "oui-blendish/blendish.h" | ||||
#include "resources/Resources.h" | |||||
#include "../distrho/extra/String.hpp" | #include "../distrho/extra/String.hpp" | ||||
START_NAMESPACE_DGL | START_NAMESPACE_DGL | ||||
@@ -1,6 +1,6 @@ | |||||
/* (Auto-generated binary data file). */ | /* (Auto-generated binary data file). */ | ||||
#include "Resources.h" | |||||
#include "Resources.hpp" | |||||
static const unsigned char temp1[] = {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,2,90,0,0,2,128,8,6,0,0,0,68,254,214,163,0,0,0,4,115,66,73, | static const unsigned char temp1[] = {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,2,90,0,0,2,128,8,6,0,0,0,68,254,214,163,0,0,0,4,115,66,73, | ||||
84,8,8,8,8,124,8,100,136,0,0,0,9,112,72,89,115,0,0,13,215,0,0,13,215,1,66,40,155,120,0,0,0,25,116,69,88,116,83,111, | 84,8,8,8,8,124,8,100,136,0,0,0,9,112,72,89,115,0,0,13,215,0,0,13,215,1,66,40,155,120,0,0,0,25,116,69,88,116,83,111, |
@@ -1,7 +1,7 @@ | |||||
/* (Auto-generated binary data file). */ | /* (Auto-generated binary data file). */ | ||||
#ifndef BINARY_DPF_RESOURCES_H | |||||
#define BINARY_DPF_RESOURCES_H | |||||
#ifndef BINARY_DPF_RESOURCES_HPP_INCLUDED | |||||
#define BINARY_DPF_RESOURCES_HPP_INCLUDED | |||||
namespace dpf_resources | namespace dpf_resources | ||||
{ | { |