Fixing newlines

This commit is contained in:
Richard Allen 2012-03-21 11:54:36 +00:00
parent 170fb52af5
commit 7edf577f5b
2 changed files with 48 additions and 39 deletions

View file

@ -37,3 +37,4 @@ typedef struct {
} refdefex_t;
#endif

View file

@ -9,3 +9,11 @@ cp *.so /usr/local/games/Reaction/Boomstick/
rm -f /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3
zip -r /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3 vm/
# Check for the Windows bins
cd ../..
if [ -d release-mingw32-x86 ]; then
cd release-mingw32-x86
cp *.exe *.dll /usr/local/games/Reaction/
cd Boomstick
cp *.dll /usr/local/games/Reaction/Boomstick/
fi