diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-03 21:50:39 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-03 21:50:39 +0100 |
commit | 551576daf3c2c0e4841cbb2f06e534cb6e6240c9 (patch) | |
tree | dfac8210db594c353c2e43b1a73d92aab4d045af /plugins/perl | |
parent | 86c43f53a5b9abe8aec611c2a5d576c7c3017598 (diff) |
omit library manager banner
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/makefile-512.mak | 4 | ||||
-rw-r--r-- | plugins/perl/makefile-514.mak | 4 |
2 files changed, 4 insertions, 4 deletions
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 |