Files
milsko/pl/ostype/Windows.pl
NishiOwO 4d5f5a2f9d add mutex
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@691 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-11-13 10:50:32 +00:00

11 lines
224 B
Raku

# $Id$
$library_prefix = "";
$library_suffix = ".dll";
$executable_suffix = ".exe";
$math = "";
$thread = "";
add_ldflags("-Wl,--out-implib,src/libMw.a -static-libgcc");
use_backend("gdi");
1;