Mixbus32 and 32C packaging

This commit is contained in:
Robin Gareus 2016-05-16 14:42:19 +02:00
parent 1b570d9886
commit 7364e6cf20
4 changed files with 58 additions and 15 deletions

View file

@ -67,6 +67,18 @@ while [ $# -gt 0 ] ; do
VENDOR=Harrison ;
EXENAME=mixbus ;
shift ;;
--mixbus32c)
MIXBUS=1;
WITH_HARRISON_LV2=1 ;
WITH_X42_LV2=1 ;
WITH_NLS=1 ;
WITH_LADSPA=;
STRIP=all
APPNAME=Mixbus32C ;
VENDOR=Harrison ;
EXENAME=mixbus32c ;
major_version=""
shift ;;
--public)
WITH_NLS=1 ;
WITH_LADSPA=;