#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
5df497787a
7510 changed files with 416048 additions and 0 deletions
5
Compile.sh
Executable file
5
Compile.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "--- Removing Old WorldLinux.exe ---"
|
||||
rm ./WorldLinux.exe
|
||||
echo "--- Compiling Server ---"
|
||||
mcs -optimize+ -unsafe -t:exe -out:WorldLinux.exe -win32icon:./Source/icon.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -recurse:./Source/*.cs -main:Server.Core
|
||||
Loading…
Add table
Add a link
Reference in a new issue