repo.or.cz
/
lmms
/
mlankhorst.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add .gitignore
[lmms/mlankhorst.git]
/
build_mingw64
blob
3d74cad3795f54695c7b4374ecc8a09166f2d0d1
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/
6