summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-09-06 12:43:59 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-09-06 12:43:59 +0200
commitc6efd7f622476ee2a954eaa7f78986b48c3efd17 (patch)
treef854a84bf425a000ae442c6f2a175b10ae7a82df /plugins/makefile.mak
parent4979f9283661eb1ec74c53f5b0672b8181e91b4c (diff)
add updater plugin
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 fdd17b86..aa933731 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -7,6 +7,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\tcl
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\upd
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xdcc
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xtray
@@ -33,6 +35,11 @@ clean:
 	@del tcl\*.exp
 	@del tcl\*.lib
 	@del tcl\*.obj
+	@del upd\*.def
+	@del upd\*.dll
+	@del upd\*.exp
+	@del upd\*.lib
+	@del upd\*.obj
 	@del xdcc\*.def
 	@del xdcc\*.dll
 	@del xdcc\*.exp