summaryrefslogtreecommitdiff
path: root/os/dos
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-13 16:30:24 +0000
committersmatz <smatz@openttd.org>2009-01-13 16:30:24 +0000
commit638411c087bf9f1239866b564486e6f42f936010 (patch)
treefef93f101f90b693c5aed3c04adfcefe542b9724 /os/dos
parentc30ce23866f2bd7a04f0f579625e5f203b902bfa (diff)
downloadopenttd-638411c087bf9f1239866b564486e6f42f936010.tar.xz
(svn r15062) -Fix: further forgotten svn properties and headers
Diffstat (limited to 'os/dos')
-rwxr-xr-xos/dos/make_dos_binary_selfcontained.sh2
1 files changed, 2 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