milsko/pl/ostype/Windows.pl
Nishi 8a6bfb62de
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
work
2026-07-20 03:58:29 +09:00

9 lines
217 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");
add_libs("-lwinmm");
1;