From 95139469af65427231618d2a13b82911fcd0e2bd Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 14 Nov 2025 06:42:29 +0000 Subject: [PATCH] oops git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@699 b9cfdab3-6d41-4d17-bbe4-086880011989 --- pl/ostype/Windows.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/ostype/Windows.pl b/pl/ostype/Windows.pl index 98f6f4d..c64f8f7 100644 --- a/pl/ostype/Windows.pl +++ b/pl/ostype/Windows.pl @@ -3,7 +3,7 @@ $library_prefix = ""; $library_suffix = ".dll"; $executable_suffix = ".exe"; $math = ""; -add_ldflags("-Wl,--out-implib,src/libMw.a -static-libgcc"); +add_ldflags("-Wl,--out-implib,src/libMw.dll.a -static-libgcc"); use_backend("gdi"); 1;