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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Jun 24 11:20:18 CEST 2009


Revision: 41826
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41826&view=rev
Author:   fingolfin
Date:     2009-06-24 09:20:17 +0000 (Wed, 24 Jun 2009)

Log Message:
-----------
Allow compiling the tests on system with non-standard include paths, too

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

Modified: tools/branches/gsoc2009-decompiler/decompiler/Makefile
===================================================================
--- tools/branches/gsoc2009-decompiler/decompiler/Makefile	2009-06-24 06:44:30 UTC (rev 41825)
+++ tools/branches/gsoc2009-decompiler/decompiler/Makefile	2009-06-24 09:20:17 UTC (rev 41826)
@@ -68,7 +68,7 @@
 
 test:
 	cxxtest/cxxtestgen.pl --error-printer --abort-on-fail --have-eh -o test_runner.cpp test/test_graph.h
-	g++ -g -I. -Icxxtest -o test_runner test_runner.cpp
+	g++ -g $(DEFINES) $(INCLUDES)  -Icxxtest -o test_runner test_runner.cpp
 	./test_runner
 
 


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