milsko/pl/ostype/Windows.pl
IoIxD 27b4f83840
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
linke to ole32
2026-07-22 19:49:05 -07:00

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