mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-12-21 23:18:52 -05:00
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:
parent
9cedacc15d
commit
02fbddb261
7
.gitignore
vendored
7
.gitignore
vendored
@ -5,3 +5,10 @@
|
|||||||
*.iws
|
*.iws
|
||||||
*.iml
|
*.iml
|
||||||
*.class
|
*.class
|
||||||
|
bin
|
||||||
|
build
|
||||||
|
.*
|
||||||
|
!.gitignore
|
||||||
|
!.gitmodules
|
||||||
|
!.gitkeep
|
||||||
|
!.gitattributes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<project default="compile" basedir=".">
|
<project name="GameServer" default="compile" basedir=".">
|
||||||
|
|
||||||
<property name="src" location="src" />
|
<property name="src" location="src" />
|
||||||
<property name="build" location="build" />
|
<property name="build" location="build" />
|
||||||
|
1
GameServer/compile.sh
Executable file
1
GameServer/compile.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
ant
|
1
GameServer/run_server.sh
Executable file
1
GameServer/run_server.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
ant runf2p
|
@ -1,4 +1,4 @@
|
|||||||
<project default="compile" basedir=".">
|
<project name="LoginServer" default="compile" basedir=".">
|
||||||
|
|
||||||
<property name="src" location="src" />
|
<property name="src" location="src" />
|
||||||
<property name="build" location="build" />
|
<property name="build" location="build" />
|
||||||
|
1
LoginServer/compile.sh
Executable file
1
LoginServer/compile.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
ant compile
|
1
LoginServer/runls.sh
Executable file
1
LoginServer/runls.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
ant runls
|
Loading…
Reference in New Issue
Block a user