summary refs log tree commit diff stats
path: root/src/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-28 15:37:36 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-28 15:37:36 +0100
commitec29822ef45b0522bc7caa7e30d1c575a1b9f8c0 (patch)
tree4046e0d4cb1e116fe3801aa3316874bb0d3a50dc /src/makefile.mak
parent53c223dea44cd54fb6aca2de952da49a8105d1b0 (diff)
obs fixes part 1
Diffstat (limited to 'src/makefile.mak')
-rw-r--r--src/makefile.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefile.mak b/src/makefile.mak
index 6e6cf95c..cd73b879 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 $@