milsko/pl/ostype/Windows.pl

11 lines
258 B
Perl
Raw Normal View History

$library_prefix = "";
$library_suffix = ".dll";
$executable_suffix = ".exe";
$math = "";
add_ldflags("-Wl,--out-implib,src/libMw.dll.a -static-libgcc");
use_backend("gdi");
2026-07-20 03:58:29 +09:00
add_libs("-lwinmm");
2026-07-22 19:49:05 -07:00
add_libs("-lole32");
2026-07-22 19:54:27 -07:00
add_libs("-luuid");
1;