Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
11 lines
258 B
Raku
11 lines
258 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");
|
|
add_libs("-luuid");
|
|
|
|
1;
|