diff c.sh @ 2:d7e5ec99037f default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:22:13 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/c.sh	Thu Sep 28 13:22:13 2023 -0400
@@ -0,0 +1,8 @@
+#/bin/ksh
+clear
+echo "Compiling\n"
+rm repper
+tcc repper.c -o repper
+doas cp repper /usr/bin/
+x86_64-w64-mingw32-gcc repper.c -o repper.exe
+mv repper.exe win32