Skip to content

Commit 0050389

Browse files
committed
Update DPF
1 parent 6d1c121 commit 0050389

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@
66

77
include dpf/Makefile.base.mk
88

9-
all: libs dgl plugins gen
9+
all: libs plugins gen
1010

1111
# --------------------------------------------------------------
1212

1313
libs:
1414
$(MAKE) -C common
15+
$(MAKE) -C dpf/dgl ../build/libdgl-opengl.a
1516

16-
dgl:
17-
ifeq ($(HAVE_DGL),true)
18-
$(MAKE) -C dpf/dgl
19-
endif
20-
21-
plugins: libs dgl
17+
plugins: libs
2218
$(MAKE) all -C plugins/dragonfly-hall-reverb
2319
$(MAKE) all -C plugins/dragonfly-room-reverb
2420
$(MAKE) all -C plugins/dragonfly-plate-reverb

common/DragonflyVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616

1717
#define MAJOR_VERSION 3
18-
#define MINOR_VERSION 0
19-
#define PATCH_VERSION 1
18+
#define MINOR_VERSION 1
19+
#define PATCH_VERSION 0
2020
#define VERSION_SUFFIX ""

dpf

Submodule dpf updated 90 files

0 commit comments

Comments
 (0)