Added initial LBreakout2 sources, already slightly modified - it does not work yet!

This commit is contained in:
pelya
2010-09-16 15:53:05 +03:00
parent ab7f63b305
commit 3e3025abcc
607 changed files with 192118 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
if [ \! -f Makefile ] ; then
../launchConfigure.sh --disable-install --enable-sdl-net LIBS=-lintl
fi
make
mv -f client/lbreakout2 libapplication.so