Browse Source

Fix typos

tags/v1.1
falkTX 8 years ago
parent
commit
954fd278b8
15 changed files with 15 additions and 15 deletions
  1. +1
    -1
      plugins/3BandEQ/Makefile
  2. +1
    -1
      plugins/3BandSplitter/Makefile
  3. +1
    -1
      plugins/AmplitudeImposer/Makefile
  4. +1
    -1
      plugins/CycleShifter/Makefile
  5. +1
    -1
      plugins/Kars/Makefile
  6. +1
    -1
      plugins/MVerb/Makefile
  7. +1
    -1
      plugins/Nekobi/Makefile
  8. +1
    -1
      plugins/PingPongPan/Makefile
  9. +1
    -1
      plugins/ProM/Makefile
  10. +1
    -1
      plugins/SoulForce/Makefile
  11. +1
    -1
      plugins/bitcrush/Makefile
  12. +1
    -1
      plugins/freeverb/Makefile
  13. +1
    -1
      plugins/gigaverb/Makefile
  14. +1
    -1
      plugins/glBars/Makefile
  15. +1
    -1
      plugins/pitchshift/Makefile

+ 1
- 1
plugins/3BandEQ/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/3BandSplitter/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/AmplitudeImposer/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/CycleShifter/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/Kars/Makefile View File

@@ -50,7 +50,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/MVerb/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/Nekobi/Makefile View File

@@ -50,7 +50,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/PingPongPan/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/ProM/Makefile View File

@@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2 TARGETS += lv2
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/SoulForce/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif endif
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/bitcrush/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp TARGETS += lv2_dsp
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/freeverb/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp TARGETS += lv2_dsp
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/gigaverb/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp TARGETS += lv2_dsp
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/glBars/Makefile View File

@@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2 TARGETS += lv2
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




+ 1
- 1
plugins/pitchshift/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp TARGETS += lv2_dsp
endif endif


ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst TARGETS += vst
endif endif




Loading…
Cancel
Save