summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-20 21:04:37 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-20 21:04:37 +0200
commite7bfe440eb62b1e701f0e638e1d0d4802295a223 (patch)
tree7ed33c68264833a4c81ef75635adc91154e7720c /plugins
parent676718594338b84812e0c6cbf1b28bf7589f3167 (diff)
build environment support for checksum plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/makefile.mak9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 03bb1427..788a0fb8 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -1,7 +1,9 @@
 all:
 #	@cd ewc
 #	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd lua
+	@cd checksum
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\lua
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\python
 	@-$(MAKE) /nologo /s /f makefile.mak $@
@@ -22,6 +24,11 @@ clean:
 #	@del ewc\*.exp
 #	@del ewc\*.lib
 #	@del ewc\*.obj
+	@del checksum\*.def
+	@del checksum\*.dll
+	@del checksum\*.exp
+	@del checksum\*.lib
+	@del checksum\*.obj
 	@del lua\*.def
 	@del lua\*.dll
 	@del lua\*.exp