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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri May 28 00:40:16 CEST 2010


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

Log Message:
-----------
Also add decompiler/test/disassembler to MODULE_DIRS

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:36:57 UTC (rev 49273)
+++ tools/branches/gsoc2010-decompiler/Makefile.common	2010-05-27 22:40:15 UTC (rev 49274)
@@ -20,9 +20,13 @@
 
 # HACK: Until we get proper module support, add these "module dirs" to
 # get the dependency tracking code working.
-MODULE_DIRS := ./ common/ gui/ sound/ decompiler/
+MODULE_DIRS := ./ common/ gui/ sound/ 
 
 MODULE_DIRS += \
+	decompiler/ \
+	decompiler/test/disassembler/
+
+MODULE_DIRS += \
 	engines/agos/ \
 	engines/cine/ \
 	engines/cruise/ \


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