Browse Source

Don't build cabbage stuff for now

tags/2018-04-16
falkTX 11 years ago
parent
commit
04ebc3cd7b
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      ports/Makefile

+ 6
- 6
ports/Makefile View File

@@ -21,9 +21,9 @@ lv2: libs
install -d ../bin/lv2
$(MAKE) -C arctican-function/LV2
$(MAKE) -C arctican-pilgrim/LV2
$(MAKE) -C cabbage/LV2-fx
$(MAKE) -C cabbage/LV2-ins
$(MAKE) -C cabbage/LV2-midi
# $(MAKE) -C cabbage/LV2-fx
# $(MAKE) -C cabbage/LV2-ins
# $(MAKE) -C cabbage/LV2-midi
$(MAKE) -C dexed/LV2
$(MAKE) -C drowaudio-distortion/LV2
$(MAKE) -C drowaudio-distortionshaper/LV2
@@ -54,9 +54,9 @@ vst: libs
install -d ../bin/vst
$(MAKE) -C arctican-function/VST
$(MAKE) -C arctican-pilgrim/VST
$(MAKE) -C cabbage/VST-fx
$(MAKE) -C cabbage/VST-ins
$(MAKE) -C cabbage/VST-midi
# $(MAKE) -C cabbage/VST-fx
# $(MAKE) -C cabbage/VST-ins
# $(MAKE) -C cabbage/VST-midi
$(MAKE) -C dexed/VST
$(MAKE) -C drowaudio-distortion/VST
$(MAKE) -C drowaudio-distortionshaper/VST


Loading…
Cancel
Save