gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit eebc9181029cc75cf85c074e065dcd48b22a9df1
parent 38826c557b4d4ca082383b00e050687b1d1bd1a5
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon,  4 Apr 2022 18:30:57 +0200

include FX plugin in Windows VS2019 project

Diffstat:
Mbuild_win64_vs19.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_win64_vs19.bat b/build_win64_vs19.bat @@ -1,5 +1,5 @@ set outdir=temp\cmake_win64\ -cmake . -B %outdir% -G "Visual Studio 16 2019" -A x64 +cmake . -B %outdir% -G "Visual Studio 16 2019" -A x64 -Dgearmulator_BUILD_FX_PLUGIN=ON IF %ERRORLEVEL% NEQ 0 ( popd exit /B 2