Files
milsko/pl/ostype/Windows.pl
2025-12-05 07:43:04 +09:00

9 lines
196 B
Raku

$library_prefix = "";
$library_suffix = ".dll";
$executable_suffix = ".exe";
$math = "";
add_ldflags("-Wl,--out-implib,src/libMw.dll.a -static-libgcc");
use_backend("gdi");
1;