summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-20 01:33:55 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-20 01:33:55 +0100
commitbddd5b3a06f1d6254e2436992780b5d0479f27b1 (patch)
treea09e89662332cfbdb460b527a9b5f325a9bc6070 /plugins/makefile.mak
parentc1ec6d1039317342ed339f2ca1b52e2f4f3b07d3 (diff)
disable the non-bmp plugin
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 6a44e34d..07205ab4 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -13,8 +13,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\mpcinfo
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd ..\nonbmp
-	@-$(MAKE) /nologo /s /f makefile.mak $@
+#	@cd ..\nonbmp
+#	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\python
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\tcl
@@ -47,8 +47,8 @@ clean:
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\mpcinfo
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
-	@cd ..\nonbmp
-	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+#	@cd ..\nonbmp
+#	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\python
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\tcl