RemoteVstPlugin: fixed too short arrays for preset names
[lmms.git] / build_mingw64
blob3d74cad3795f54695c7b4374ecc8a09166f2d0d1
1 MINGW=/opt/mingw64
2 export PATH=$PATH:$MINGW/bin
3 export CFLAGS="-fno-tree-vectorize"
4 export CXXFLAGS="$CFLAGS"
5 cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/modules/Win64Toolchain.cmake -DCMAKE_MODULE_PATH=`pwd`/../cmake/modules/