summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index ecb6222a..4b79dd87 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -11,8 +11,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xdcc
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd ..\xtray
-	@-$(MAKE) /nologo /s /f makefile.mak $@
+#	@cd ..\xtray
+#	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\winamp
 	@-$(MAKE) /nologo /s /f makefile.mak $@	
 
@@ -47,11 +47,11 @@ clean:
 	@del xdcc\*.exp
 	@del xdcc\*.lib
 	@del xdcc\*.obj
-	@del xtray\*.def
-	@del xtray\*.dll
-	@del xtray\*.exp
-	@del xtray\*.lib
-	@del xtray\*.obj
+#	@del xtray\*.def
+#	@del xtray\*.dll
+#	@del xtray\*.exp
+#	@del xtray\*.lib
+#	@del xtray\*.obj
 	@del winamp\*.def
 	@del winamp\*.dll
 	@del winamp\*.exp