From 45973dc48641365b31475733bce7af9c3b8603a6 Mon Sep 17 00:00:00 2001 From: SlackerLinux85 Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: import the Slacker's QVM code base --- cross-make-mingw.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cross-make-mingw.sh (limited to 'cross-make-mingw.sh') diff --git a/cross-make-mingw.sh b/cross-make-mingw.sh new file mode 100755 index 0000000..c6dbe37 --- /dev/null +++ b/cross-make-mingw.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export CC=i586-mingw32msvc-gcc +export WINDRES=i586-mingw32msvc-windres +export PLATFORM=mingw32 +exec make $* -- cgit