Files @ r20071:f837d14a0c3a
Branch filter:

Location: cpp/openttd-patchpack/source/os/dos/make_dos_binary_selfcontained.sh

translators
(svn r25034) -Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
polish - 2 changes by wojteks86
swedish - 38 changes by Joel_A
#!/bin/sh

# $Id$

cd `dirname $0`
cc -o exe2coff exe2coff.c || exit
cp $1 binary.exe || exit
./exe2coff binary.exe || exit
cat cwsdstub.exe binary > binary.exe || exit
mv binary.exe $1
rm binary exe2coff