mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
9 lines
196 B
Raku
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;
|