milsko/pl/ostype/Windows.pl

8 lines
196 B
Perl
Raw Permalink Normal View History

2026-07-16 15:44:09 -07:00
$library_prefix = "";
$library_suffix = ".dll";
$executable_suffix = ".exe";
$math = "";
add_ldflags("-Wl,--out-implib,src/libMw.dll.a -static-libgcc");
use_backend("gdi");
1;