[Scummvm-cvs-logs] SF.net SVN: scummvm:[41631] tools/branches/gsoc2009-gui/Makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jun 18 14:32:15 CEST 2009


Revision: 41631
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41631&view=rev
Author:   fingolfin
Date:     2009-06-18 12:32:10 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
main.o depends on gui/configuration.h

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/Makefile

Modified: tools/branches/gsoc2009-gui/Makefile
===================================================================
--- tools/branches/gsoc2009-gui/Makefile	2009-06-18 11:37:45 UTC (rev 41630)
+++ tools/branches/gsoc2009-gui/Makefile	2009-06-18 12:32:10 UTC (rev 41631)
@@ -210,7 +210,7 @@
 sword2_clue$(EXEEXT): sword2_clue.o util.o
 	$(CXX) $(LDFLAGS) -o $@ $+ `pkg-config --libs gtk+-2.0`
 
-gui/main.o: gui/main.cpp gui/main.h
+gui/main.o: gui/main.cpp gui/main.h gui/configuration.h
 	$(CXX) $(CXXFLAGS) $(CPPFLAGS) `wx-config --cxxflags` -c gui/main.cpp -o gui/main.o
 
 sword2_clue.o: sword2_clue.cpp


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