From 902e6964083c2f3ce51f85242d751d00269ac527 Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 10 Nov 2023 11:35:58 -0800 Subject: Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries. --- win/unhyp.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 win/unhyp.c (limited to 'win/unhyp.c') diff --git a/win/unhyp.c b/win/unhyp.c deleted file mode 100644 index 7eb1e9a..0000000 --- a/win/unhyp.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -int -main() -{ - system("busybox sh C:/Users/Otho/tmp/hyp/unhyp"); - return 0; -} -- cgit v1.2.3