mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 18:54:29 -05:00
* win64-vst:
VST support layer: fixed non-working 64 bit VST plugins
VST support layer: added 32 bit VST plugin support for Win64
Win64Toolchain: added 32 bit compiler configuration
ZynAddSubFX: use new RemotePlugin::init() method
RemotePlugin: added support for running remote process multiple times
(cherry picked from commit 65c073ec63)
12 lines
182 B
CMake
12 lines
182 B
CMake
SET(MINGW_PREFIX /opt/mingw64)
|
|
SET(MINGW_PREFIX32 /opt/mingw32)
|
|
|
|
SET(CMAKE_SYSTEM_PROCESSOR x86_64)
|
|
SET(CMAKE_SYSTEM_PROCESSOR32 i686)
|
|
|
|
SET(WIN64 TRUE)
|
|
|
|
|
|
INCLUDE(MinGWCrossCompile)
|
|
|