summaryrefslogtreecommitdiffstats
path: root/src/native/tinype/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/tinype/make.sh')
-rwxr-xr-xsrc/native/tinype/make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/native/tinype/make.sh b/src/native/tinype/make.sh
new file mode 100755
index 0000000..2a81c6b
--- /dev/null
+++ b/src/native/tinype/make.sh
@@ -0,0 +1,4 @@
+/cygdrive/c/mingw/bin/gcc -nodefaultlibs -nostdlib -s -Os -mwindows -o tiny-win32-i386.exe tiny.c
+gzip -9 -c tiny-win32-i386.exe > tiny-win32-i386.exe.gz
+/cygdrive/c/mingw64/bin/gcc -nodefaultlibs -nostdlib -s -Os -mwindows -o tiny-win32-x86_64.exe tiny.c
+gzip -9 -c tiny-win32-x86_64.exe > tiny-win32-x86_64.exe.gz