[Scummvm-cvs-logs] SF.net SVN: scummvm:[49273] tools/branches/gsoc2010-decompiler/Makefile. common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri May 28 00:36:58 CEST 2010


Revision: 49273
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49273&view=rev
Author:   fingolfin
Date:     2010-05-27 22:36:57 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Add decompiler/ to list of MODULE_DIRS (fixes 'make clean' and dependency checks)

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/Makefile.common

Modified: tools/branches/gsoc2010-decompiler/Makefile.common
===================================================================
--- tools/branches/gsoc2010-decompiler/Makefile.common	2010-05-27 22:10:25 UTC (rev 49272)
+++ tools/branches/gsoc2010-decompiler/Makefile.common	2010-05-27 22:36:57 UTC (rev 49273)
@@ -20,7 +20,7 @@
 
 # HACK: Until we get proper module support, add these "module dirs" to
 # get the dependency tracking code working.
-MODULE_DIRS := ./ common/ gui/ sound/
+MODULE_DIRS := ./ common/ gui/ sound/ decompiler/
 
 MODULE_DIRS += \
 	engines/agos/ \
@@ -264,7 +264,7 @@
 	decompiler/unknown_opcode.o
 
 decompile_LIBS := \
-	-lboost_program_options	
+	-lboost_program_options
 
 # Decompiler tests
 -include decompiler/test/module.mk


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