summaryrefslogtreecommitdiff
path: root/cross-make-mingw.sh
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-04-13 11:30:00 +0000
committer/dev/humancontroller <devhc@example.com>2017-04-15 12:11:01 +0200
commit511ee66585f67160453f0a68ab4d6f3a971ddb99 (patch)
tree421eab740bcecf9084b53fe46dfca8925d01fa3c /cross-make-mingw.sh
parentadcd18d0bf3b480e2d09624c4f6e2eea12ad3b03 (diff)
move licenses to the misc dir, remove some old shit
Diffstat (limited to 'cross-make-mingw.sh')
-rwxr-xr-xcross-make-mingw.sh6
1 files changed, 0 insertions, 6 deletions
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 $*