There was an error while loading. Please reload this page.
1 parent b118cb0 commit d082460Copy full SHA for d082460
2 files changed
Makefile
@@ -11,7 +11,7 @@ all: dgl plugins gen
11
# --------------------------------------------------------------
12
13
dgl:
14
- $(MAKE) -C dpf/dgl opengl
+ $(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
15
16
plugins: dgl
17
$(MAKE) all -C plugins/glBars
plugins/glBars/Makefile
@@ -21,6 +21,7 @@ FILES_UI = \
21
22
# Do some magic
23
24
+FILE_BROWSER_DISABLED = true
25
include ../../dpf/Makefile.plugins.mk
26
27
0 commit comments