summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-30 02:57:48 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-30 02:57:48 +0200
commit8a6409240f47a087097fd617e172ee70db48e6ca (patch)
tree83fa6159c4e5cb5f236c6a1626baeb20d3550614 /plugins/makefile.mak
parent2a04adc8832212adba4a7e2173290fa0dc84d5f2 (diff)
re-enable xtray, disable plugin-tray if installed
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