summaryrefslogtreecommitdiffstats
path: root/src/native/tinype
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/tinype')
-rwxr-xr-xsrc/native/tinype/make.bat1
-rw-r--r--src/native/tinype/tiny.c4
-rwxr-xr-xsrc/native/tinype/tiny.exebin0 -> 2048 bytes
-rwxr-xr-xsrc/native/tinype/tiny.exe.gzbin0 -> 305 bytes
4 files changed, 5 insertions, 0 deletions
diff --git a/src/native/tinype/make.bat b/src/native/tinype/make.bat
new file mode 100755
index 0000000..121e7ee
--- /dev/null
+++ b/src/native/tinype/make.bat
@@ -0,0 +1 @@
+c:\mingw\bin\gcc -nodefaultlibs -nostdlib -s -Os -o tiny.exe tiny.c
diff --git a/src/native/tinype/tiny.c b/src/native/tinype/tiny.c
new file mode 100644
index 0000000..4d645bf
--- /dev/null
+++ b/src/native/tinype/tiny.c
@@ -0,0 +1,4 @@
+int __main()
+{
+ return 0;
+}
diff --git a/src/native/tinype/tiny.exe b/src/native/tinype/tiny.exe
new file mode 100755
index 0000000..6191a27
--- /dev/null
+++ b/src/native/tinype/tiny.exe
Binary files differ
diff --git a/src/native/tinype/tiny.exe.gz b/src/native/tinype/tiny.exe.gz
new file mode 100755
index 0000000..1444ae6
--- /dev/null
+++ b/src/native/tinype/tiny.exe.gz
Binary files differ