diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 00:51:23 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 00:51:23 +0200 |
commit | 00af66e9c04c3f03ae1384691b4edf925f3cd073 (patch) | |
tree | f9d48bbae99ec58db22cb850d8e087a9aee3b3a9 /plugins | |
parent | 4ffb7db8e76cfbe9bdca005ef1f468b02e435868 (diff) |
supress messages for new perl makefiles
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/perl/makefile-510.mak | 10 | ||||
-rw-r--r-- | plugins/perl/makefile-512.mak | 10 | ||||
-rw-r--r-- | plugins/perl/makefile-58.mak | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/plugins/perl/makefile-510.mak b/plugins/perl/makefile-510.mak index 4cb8b550..619566b5 100644 --- a/plugins/perl/makefile-510.mak +++ b/plugins/perl/makefile-510.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 10ee054d..4ba6a7f7 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-58.mak b/plugins/perl/makefile-58.mak index e26c6220..7af53b1c 100644 --- a/plugins/perl/makefile-58.mak +++ b/plugins/perl/makefile-58.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp |