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-24 20:03:18 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-24 20:03:18 +0200
commitcbcf58aba6497db777fe41d0b9651d0b905c9605 (patch)
tree785a4061a6c7deca097b8568a7546a529740a65f /plugins/makefile.mak
parente0e70fccd444000c74ee505d790fbfb64e1ed1c2 (diff)
huge cleanup on build system
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak45
1 files changed, 45 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
new file mode 100644
index 00000000..8a83b5a6
--- /dev/null
+++ b/plugins/makefile.mak
@@ -0,0 +1,45 @@
+all:
+	@cd ewc
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\lua
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\perl
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\python
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\tcl
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\xdcc
+	@-$(MAKE) /nologo /s /f makefile.mak $@
+
+clean:
+	@del ewc\*.def
+	@del ewc\*.dll
+	@del ewc\*.exp
+	@del ewc\*.lib
+	@del ewc\*.obj
+	@del lua\*.def
+	@del lua\*.dll
+	@del lua\*.exp
+	@del lua\*.lib
+	@del lua\*.obj
+	@del perl\*.def
+	@del perl\*.dll
+	@del perl\*.exp
+	@del perl\*.lib
+	@del perl\*.obj
+	@del python\*.def
+	@del python\*.dll
+	@del python\*.exp
+	@del python\*.lib
+	@del python\*.obj
+	@del tcl\*.def
+	@del tcl\*.dll
+	@del tcl\*.exp
+	@del tcl\*.lib
+	@del tcl\*.obj
+	@del xdcc\*.def
+	@del xdcc\*.dll
+	@del xdcc\*.exp
+	@del xdcc\*.lib
+	@del xdcc\*.obj