diff options
author | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-10 11:35:58 -0800 |
commit | 902e6964083c2f3ce51f85242d751d00269ac527 (patch) | |
tree | e9ff30bd1f11ed8d7fdedd88cc51e58fbe3c5648 /win/unhyp.c | |
parent | 573da274a77db0e45185c25796b3527f36f8729f (diff) |
Real support for compliation on Windows. Depends on mingw and busybox-w32. No need for emulation a-la Cygwin, real native binaries.
Diffstat (limited to 'win/unhyp.c')
-rw-r--r-- | win/unhyp.c | 9 |
1 files changed, 0 insertions, 9 deletions
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 <stdio.h> -#include <stdlib.h> - -int -main() -{ - system("busybox sh C:/Users/Otho/tmp/hyp/unhyp"); - return 0; -} |