Browse Source

Move resources cpp to src dir

pull/6/head
falkTX 9 years ago
parent
commit
06248170a6
5 changed files with 6 additions and 5 deletions
  1. +1
    -0
      dgl/Makefile
  2. +1
    -1
      dgl/src/NanoVG.cpp
  3. +1
    -1
      dgl/src/NanoWidgets.cpp
  4. +1
    -1
      dgl/src/Resources.cpp
  5. +2
    -2
      dgl/src/Resources.hpp

+ 1
- 0
dgl/Makefile View File

@@ -25,6 +25,7 @@ OBJS = \
src/ImageWidgets.cpp.o \
src/NanoVG.cpp.o \
src/NanoWidgets.cpp.o \
src/Resources.cpp.o \
src/Widget.cpp.o

ifeq ($(MACOS),true)


+ 1
- 1
dgl/src/NanoVG.cpp View File

@@ -15,8 +15,8 @@
*/

#include "../NanoVG.hpp"
#include "Resources.hpp"
#include "WidgetPrivateData.hpp"
#include "resources/Resources.h"

// -----------------------------------------------------------------------



+ 1
- 1
dgl/src/NanoWidgets.cpp View File

@@ -15,11 +15,11 @@
*/

#include "Common.hpp"
#include "Resources.hpp"

#define BLENDISH_IMPLEMENTATION
#include "nanovg/nanovg.h"
#include "oui-blendish/blendish.h"
#include "resources/Resources.h"
#include "../distrho/extra/String.hpp"

START_NAMESPACE_DGL


dgl/src/resources/Resources.cpp → dgl/src/Resources.cpp View File

@@ -1,6 +1,6 @@
/* (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,
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,

dgl/src/resources/Resources.h → dgl/src/Resources.hpp View File

@@ -1,7 +1,7 @@
/* (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
{

Loading…
Cancel
Save