modified: .gitignore

Added some more things...
	modified:   GameServer/build.xml
	modified:   LoginServer/build.xml
		Added a name to it...
	new file:   GameServer/compile.sh
	new file:   GameServer/run_server.sh
	new file:   LoginServer/compile.sh
	new file:   LoginServer/runls.sh
		For Linux users
This commit is contained in:
CodeForFame 2011-05-13 02:58:13 -05:00
parent 9cedacc15d
commit 02fbddb261
8 changed files with 15 additions and 4 deletions

9
.gitignore vendored
View File

@ -4,4 +4,11 @@
*.ipr
*.iws
*.iml
*.class
*.class
bin
build
.*
!.gitignore
!.gitmodules
!.gitkeep
!.gitattributes

View File

@ -9,4 +9,4 @@ Reines
Sean
stork
xEnt
zerrentar
zerrentar

View File

@ -1,4 +1,4 @@
<project default="compile" basedir=".">
<project name="GameServer" default="compile" basedir=".">
<property name="src" location="src" />
<property name="build" location="build" />

1
GameServer/compile.sh Executable file
View File

@ -0,0 +1 @@
ant

1
GameServer/run_server.sh Executable file
View File

@ -0,0 +1 @@
ant runf2p

View File

@ -1,4 +1,4 @@
<project default="compile" basedir=".">
<project name="LoginServer" default="compile" basedir=".">
<property name="src" location="src" />
<property name="build" location="build" />

1
LoginServer/compile.sh Executable file
View File

@ -0,0 +1 @@
ant compile

1
LoginServer/runls.sh Executable file
View File

@ -0,0 +1 @@
ant runls