summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefile.mak b/src/makefile.mak
index cd73b879..6e6cf95c 100644
--- a/src/makefile.mak
+++ b/src/makefile.mak
@@ -7,8 +7,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\fe-text
 	@-$(MAKE) /nologo /s /f makefile.mak $@
-	@cd ..\gtk2-prefs
-	@-$(MAKE) /nologo /s /f makefile.mak $@
+#	@cd ..\gtk2-prefs
+#	@-$(MAKE) /nologo /s /f makefile.mak $@
 
 clean:
 	@cd pixmaps
@@ -19,5 +19,5 @@ clean:
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\fe-text
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
-	@cd ..\gtk2-prefs
-	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+#	@cd ..\gtk2-prefs
+#	@-$(MAKE) /nologo /s /f makefile.mak clean $@