diff --git a/build.properties b/build.properties new file mode 100755 index 00000000..d4865a8e --- /dev/null +++ b/build.properties @@ -0,0 +1,5 @@ +### Note: Please don't change these for your local setup. You may get a merge conflict when updating if ever this file gets changed by a dev. Instead, make a local.properties file for your own settings. Thanks! + +# SRC Compilation +compiler = gcc +src_build_type = Release diff --git a/build.xml b/build.xml new file mode 100755 index 00000000..e0c32d6c --- /dev/null +++ b/build.xml @@ -0,0 +1,134 @@ + + + This build file will build all aspects of the SWG Source Code. Created by Cekis (cekisswg@gmail.com). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IP Address: ${ADDR4} + + + + + + + + + + + + Cleaning the SRC build directory. + + + + + + + + + + Architecture is ${arch} + + + + Creating a ${src_build_type} build + + + + + + + + + + Using the GCC compiler + + + + + + Using the CLang compiler + + + + + + + + We have ${nproc} processors (cores) to use. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +