[Scummvm-cvs-logs] SF.net SVN: scummvm: [27934] scummex/branches/gsoc2007-gameresbrowser/gcc/ Makefile

zbychs at users.sourceforge.net zbychs at users.sourceforge.net
Fri Jul 6 03:47:18 CEST 2007


Revision: 27934
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27934&view=rev
Author:   zbychs
Date:     2007-07-05 18:47:17 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Improved Makefile

Modified Paths:
--------------
    scummex/branches/gsoc2007-gameresbrowser/gcc/Makefile

Modified: scummex/branches/gsoc2007-gameresbrowser/gcc/Makefile
===================================================================
--- scummex/branches/gsoc2007-gameresbrowser/gcc/Makefile	2007-07-06 00:46:44 UTC (rev 27933)
+++ scummex/branches/gsoc2007-gameresbrowser/gcc/Makefile	2007-07-06 01:47:17 UTC (rev 27934)
@@ -18,12 +18,14 @@
 CORE_GCH = $(CORE_DIR)/core_stdafx.h
 PLUGINS_GCH = $(PLUGINS_DIR)/plugins_stdafx.h
 GUI_GCH = $(GUI_DIR)/gui_stdafx.h
-ALL_GCH = $(CORE_GCH) $(PLUGINS_GCH) $(GUI_GCH) 
+#ALL_GCH = $(CORE_GCH) $(PLUGINS_GCH) $(GUI_GCH) 
+ALL_GCH = $(CORE_GCH)
 
 CORE_GCH_OUT = $(CORE_OUTPUT)/core_stdafx.h.gch
 PLUGINS_GCH_OUT = $(PLUGINS_OUTPUT)/plugins_stdafx.h.gch
 GUI_GCH_OUT = $(GUI_OUTPUT)/gui_stdafx.h.gch
-ALL_GCH_OUT = $(CORE_GCH_OUT) $(PLUGINS_GCH_OUT) $(GUI_GCH_OUT) 
+#ALL_GCH_OUT = $(CORE_GCH_OUT) $(PLUGINS_GCH_OUT) $(GUI_GCH_OUT) 
+ALL_GCH_OUT = $(CORE_GCH_OUT)
 
 COMMON_DIR = $(SOURCES_DIR)/core/common
 CORE_DIR = $(SOURCES_DIR)/core


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list