forked from mirror/libbpg
libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
8
x265/build/msys/make-x86_64-w64-mingw32-Makefiles.sh
Normal file
8
x265/build/msys/make-x86_64-w64-mingw32-Makefiles.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This will generate a cross-compile environment, compiling an x86_64
|
||||
# Win64 target from a 32bit MinGW32 host environment. If your MinGW
|
||||
# install is 64bit, you can use the native compiler batch file:
|
||||
# make-Makefiles.sh
|
||||
|
||||
cmake -G "MSYS Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain-x86_64-w64-mingw32.cmake ../../source && cmake-gui ../../source
|
Loading…
Add table
Add a link
Reference in a new issue