diff options
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index 4b79dd87..87839dfc 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -42,11 +42,11 @@ clean: @del upd\*.exp @del upd\*.lib @del upd\*.obj - @del xdcc\*.def - @del xdcc\*.dll - @del xdcc\*.exp - @del xdcc\*.lib - @del xdcc\*.obj +# @del xdcc\*.def +# @del xdcc\*.dll +# @del xdcc\*.exp +# @del xdcc\*.lib +# @del xdcc\*.obj # @del xtray\*.def # @del xtray\*.dll # @del xtray\*.exp |