diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 9fcb29a2..677c9073 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -19,9 +19,9 @@ perl512.def: $(PERL512LIB).lib: perl512.def !ifdef X64 - lib /machine:x64 /def:perl512.def + lib /nologo /machine:x64 /def:perl512.def !else - lib /machine:x86 /def:perl512.def + lib /nologo /machine:x86 /def:perl512.def !endif perl.c: xchat.pm.h diff --git a/plugins/perl/makefile-514.mak b/plugins/perl/makefile-514.mak index 0eadd344..c31a7ec4 100644 --- a/plugins/perl/makefile-514.mak +++ b/plugins/perl/makefile-514.mak @@ -21,9 +21,9 @@ perl514.def: $(PERL514LIB).lib: perl514.def !ifdef X64 - lib /machine:x64 /def:perl514.def + lib /nologo /machine:x64 /def:perl514.def !else - lib /machine:x86 /def:perl514.def + lib /nologo /machine:x86 /def:perl514.def !endif perl.c: xchat.pm.h