summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 20:46:20 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-09 20:46:20 +0200
commit77292b4254a78cb286991589bc2796761e621bb0 (patch)
treec15624c2ec16af2b28cb5a57329fc31fb872b763 /plugins/makefile.mak
parent5bc55056180fa436be33e9d43a8f0729259cece5 (diff)
replace easywinampcontrol with winamp
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak21
1 files changed, 14 insertions, 7 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index aa933731..7a643c2b 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -1,6 +1,6 @@
 all:
-	@cd ewc
-	@-$(MAKE) /nologo /s /f makefile.mak $@
+#	@cd ewc
+#	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\lua
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\python
@@ -13,13 +13,15 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\xtray
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\winamp
+	@-$(MAKE) /nologo /s /f makefile.mak $@	
 
 clean:
-	@del ewc\*.def
-	@del ewc\*.dll
-	@del ewc\*.exp
-	@del ewc\*.lib
-	@del ewc\*.obj
+#	@del ewc\*.def
+#	@del ewc\*.dll
+#	@del ewc\*.exp
+#	@del ewc\*.lib
+#	@del ewc\*.obj
 	@del lua\*.def
 	@del lua\*.dll
 	@del lua\*.exp
@@ -50,3 +52,8 @@ clean:
 	@del xtray\*.exp
 	@del xtray\*.lib
 	@del xtray\*.obj
+	@del winamp\*.def
+	@del winamp\*.dll
+	@del winamp\*.exp
+	@del winamp\*.lib
+	@del winamp\*.obj