diff options
author | Max Horn | 2008-02-25 14:09:04 +0000 |
---|---|---|
committer | Max Horn | 2008-02-25 14:09:04 +0000 |
commit | ff79a8cd39cf7d43748f03bb44a05811a9026084 (patch) | |
tree | 64976a6d5a648fce3f78c7a400c330e8148d0447 | |
parent | b87c4a6f75ef04a7bd67e956135342159ab95f18 (diff) | |
download | scummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.tar.gz scummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.tar.bz2 scummvm-rg350-ff79a8cd39cf7d43748f03bb44a05811a9026084.zip |
added some SVN headers
svn-id: r30961
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | Makefile.common | 4 | ||||
-rw-r--r-- | ports.mk | 3 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,4 @@ +# $URL$ # $Id$ ####################################################################### diff --git a/Makefile.common b/Makefile.common index e8e13cb63c..680806a67b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,6 +1,8 @@ -# $Id$ # This file is used by Makefile and declares common build rules, # a list of common object files etc. +# +# $URL$ +# $Id$ ###################################################################### # The default build target: just build the scummvm executable @@ -1,5 +1,8 @@ # This file contains port specific Makefile rules. It is automatically # included by the default (main) Makefile. +# +# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $ +# $Id: Makefile 30664 2008-01-27 19:47:41Z jvprat $ # |