changeset 2:d7e5ec99037f default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:22:13 -0400
parents deb42211d649
children
files .repper.c.swp c.ksh c.sh win32/repper.exe
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
Binary file .repper.c.swp has changed
--- a/c.ksh	Mon Sep 11 12:53:43 2023 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#/bin/ksh
-#Compilation script
-clear
-echo "Compiling"
-rm repper
-tcc repper.c -o repper
-doas cp repper /usr/bin/
-./repper
--- /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
Binary file win32/repper.exe has changed