comparison c.sh @ 4:8448e78efe82 default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:20:56 -0400
parents
children
comparison
equal deleted inserted replaced
3:a499c3c6b9ae 4:8448e78efe82
1 #!/bin/sh
2 clear
3 rm dis
4 tcc dis.c -o dis
5 doas cp dis /usr/bin/
6 x86_64-w64-mingw32-gcc dis.c -o dis.exe
7 mv dis.exe win32