From 511ee66585f67160453f0a68ab4d6f3a971ddb99 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: move licenses to the misc dir, remove some old shit --- cross-make-mingw.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 cross-make-mingw.sh (limited to 'cross-make-mingw.sh') diff --git a/cross-make-mingw.sh b/cross-make-mingw.sh deleted file mode 100755 index c6dbe37..0000000 --- a/cross-make-mingw.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -export CC=i586-mingw32msvc-gcc -export WINDRES=i586-mingw32msvc-windres -export PLATFORM=mingw32 -exec make $* -- cgit