summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-28 17:51:38 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-28 17:51:38 +0100
commit71c1a46c32e99d2999dce5a5a44564c3bbab9ace (patch)
treec9abd967bc705a7740398b6bedf4a0c4e22a3963 /plugins/makefile.mak
parentec29822ef45b0522bc7caa7e30d1c575a1b9f8c0 (diff)
installer support for obs and gtk engines, x64 support
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index b63e2e54..c7faaf37 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -1,8 +1,8 @@
 all:
 	@cd checksum
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-#	@cd ..\gtkpref
-#	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\gtkpref
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\exec
@@ -23,16 +23,16 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\winamp
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd ..\winsys
-	@-$(MAKE) /nologo /s /f makefile.mak $@	
+#	@cd ..\winsys
+#	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\wmpa
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 
 clean:
 	@cd checksum
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
-#	@cd ..\gtkpref
-#	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+	@cd ..\gtkpref
+	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\exec