diff options
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 |
commit | 511ee66585f67160453f0a68ab4d6f3a971ddb99 (patch) | |
tree | 421eab740bcecf9084b53fe46dfca8925d01fa3c /cross-make-mingw.sh | |
parent | adcd18d0bf3b480e2d09624c4f6e2eea12ad3b03 (diff) |
move licenses to the misc dir, remove some old shit
Diffstat (limited to 'cross-make-mingw.sh')
-rwxr-xr-x | cross-make-mingw.sh | 6 |
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 $* |