Mercurial Hosting > scripturereader
diff c.sh @ 2:44859795513d default tip
Autmatic Win32 Porting
author | VilyaemKenyaz |
---|---|
date | Thu, 28 Sep 2023 13:22:15 -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:15 2023 -0400 @@ -0,0 +1,7 @@ +#!/bin/ksh +rm scripturereader +clear +tcc scripturereader.c -o scripturereader +doas cp scripturereader /usr/bin/ +x86_64-w64-mingw32-gcc scripturereader.c -o scripturereader.exe +mv scripturereader.exe win32