Browse Source

Update DPF

master
Patrick Desaulniers Filipe Coelho <falktx@falktx.com> 6 years ago
parent
commit
daeaaeaae4
3 changed files with 6 additions and 4 deletions
  1. +2
    -0
      Makefile
  2. +1
    -1
      dpf
  3. +3
    -3
      examples/Makefile

+ 2
- 0
Makefile View File

@@ -4,6 +4,8 @@
# Created by falkTX # Created by falkTX
# #


include dpf/Makefile.base.mk

all: libs examples all: libs examples


# -------------------------------------------------------------- # --------------------------------------------------------------


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit d49366db694fb9097210ba9665449f6a67025285
Subproject commit c3bf5ecada36bd49f599f20aba63182522ea04cf

+ 3
- 3
examples/Makefile View File

@@ -4,12 +4,12 @@
# Created by falkTX # Created by falkTX
# #


include ../dpf/dgl/Makefile.mk
include ../dpf/Makefile.base.mk


# -------------------------------------------------------------- # --------------------------------------------------------------


BUILD_CXX_FLAGS += -I../dpf/distrho -I../dpf/dgl BUILD_CXX_FLAGS += -I../dpf/distrho -I../dpf/dgl
LINK_FLAGS += -L../dpf -ldgl $(DGL_LIBS)
LINK_FLAGS += -L../dpf/build -ldgl $(DGL_LIBS)


WINDRES ?= windres WINDRES ?= windres


@@ -28,7 +28,7 @@ all: ../libdgl.a $(TARGETS)
build: $(TARGETS) build: $(TARGETS)


clean: clean:
rm -f $(TARGETS) win32/distrho.o
rm -f $(TARGETS) $(TARGETS:=.d) win32/distrho.o


debug: debug:
$(MAKE) DEBUG=true $(MAKE) DEBUG=true


Loading…
Cancel
Save