[Scummvm-cvs-logs] SF.net SVN: scummvm: [29670] scummvm/trunk/configure

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Fri Nov 30 18:59:04 CET 2007


Revision: 29670
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29670&view=rev
Author:   robinwatts
Date:     2007-11-30 09:59:02 -0800 (Fri, 30 Nov 2007)

Log Message:
-----------
Commiting on behalf of jvprat.

Add a line to configure to set a vpath for .asm files; otherwise build
fails when compiling from a different directory than the one with the
source.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-11-30 14:30:34 UTC (rev 29669)
+++ scummvm/trunk/configure	2007-11-30 17:59:02 UTC (rev 29670)
@@ -1675,6 +1675,7 @@
 srcdir = $_srcdir
 vpath %.cpp \$(srcdir)
 vpath %.h \$(srcdir)
+vpath %.asm \$(srcdir)
 include \$(srcdir)/Makefile
 EOF
 


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