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.mak7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 82cc41ec..fdd17b86 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -9,6 +9,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xdcc
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\xtray
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 
 clean:
 	@del ewc\*.def
@@ -36,3 +38,8 @@ 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