Imported Upstream version 1.4
[deb_x265.git] / build / msys / make-x86_64-w64-mingw32-Makefiles.sh
CommitLineData
72b9787e
JB
1#!/bin/sh
2
3# This will generate a cross-compile environment, compiling an x86_64
4# Win64 target from a 32bit MinGW32 host environment. If your MinGW
5# install is 64bit, you can use the native compiler batch file:
6# make-Makefiles.sh
7
8cmake -G "MSYS Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain-x86_64-w64-mingw32.cmake ../../source && cmake-gui ../../source