diff options
author | smatz <smatz@openttd.org> | 2009-01-13 16:30:24 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-13 16:30:24 +0000 |
commit | 0a357c0ac10601b6172610dbd46498ff44b978c1 (patch) | |
tree | fef93f101f90b693c5aed3c04adfcefe542b9724 /os | |
parent | 7cea618fcc555e6823d0d686d4d285042fab4fb0 (diff) | |
download | openttd-0a357c0ac10601b6172610dbd46498ff44b978c1.tar.xz |
(svn r15062) -Fix: further forgotten svn properties and headers
Diffstat (limited to 'os')
-rwxr-xr-x | os/dos/make_dos_binary_selfcontained.sh | 2 | ||||
-rwxr-xr-x | os/macosx/plistgen.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/os/dos/make_dos_binary_selfcontained.sh b/os/dos/make_dos_binary_selfcontained.sh index de4bdb9dd..c21e29d2c 100755 --- a/os/dos/make_dos_binary_selfcontained.sh +++ b/os/dos/make_dos_binary_selfcontained.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + cd `dirname $0` cc -o exe2coff exe2coff.c || exit cp $1 binary.exe || exit diff --git a/os/macosx/plistgen.sh b/os/macosx/plistgen.sh index f492bcdcf..b6116d910 100755 --- a/os/macosx/plistgen.sh +++ b/os/macosx/plistgen.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + # sets VERSION to the value if RELEASE if there are any, # otherwise it sets VERSION to revision number if [ "$3" ]; then |