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