Commit inicial.

This commit is contained in:
2013-04-06 19:30:23 +02:00
committed by Valeriano A.R
parent 5b379ff6d3
commit 4e111d881e
223 changed files with 2175 additions and 14598 deletions

View File

@@ -1,12 +1,11 @@
#!/bin/sh
DIRNAME="Lonely_Ruins"
DIRNAME="TestGame"
DATE=$(date +%Y%m%d)
ZIPNAME="$DIRNAME.$DATE.zip"
make -f Makefile.win32 clean
make -f Makefile.win32
make -f Makefile
mkdir $DIRNAME
cd $DIRNAME