milsko/pl/ostype/Windows.pl
Nishi df1972e91c
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
remove winmm
2026-08-10 01:55:27 +09:00

10 lines
237 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("-lole32");
add_libs("-luuid");
1;