Browse Source

Don't build juce-demo-host for now

tags/2018-04-16
falkTX 8 years ago
parent
commit
20ba6358dd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ports/Makefile

+ 2
- 2
ports/Makefile View File

@@ -30,7 +30,7 @@ lv2: libs
$(MAKE) -C drumsynth/LV2
$(MAKE) -C easySSP/LV2
$(MAKE) -C eqinox/LV2
$(MAKE) -C juce-demo-host/LV2
# $(MAKE) -C juce-demo-host/LV2
$(MAKE) -C juce-demo-plugin/LV2
$(MAKE) -C klangfalter/LV2
$(MAKE) -C LUFSMeter/LV2
@@ -66,7 +66,7 @@ vst: libs
$(MAKE) -C drumsynth/VST
$(MAKE) -C easySSP/VST
$(MAKE) -C eqinox/VST
$(MAKE) -C juce-demo-host/VST
# $(MAKE) -C juce-demo-host/VST
$(MAKE) -C juce-demo-plugin/VST
$(MAKE) -C klangfalter/VST
$(MAKE) -C LUFSMeter/VST


Loading…
Cancel
Save