mirror of
https://github.com/swg-ostrich/ostrich.git
synced 2026-01-16 23:04:19 -05:00
Added dependencies sub-module
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@ build/
|
||||
chat/
|
||||
configs/
|
||||
data/
|
||||
dependencies/
|
||||
miff/
|
||||
.setup
|
||||
local.properties
|
||||
|
||||
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -14,4 +14,7 @@
|
||||
path = exe
|
||||
url = https://github.com/SWG-Source/configs.git
|
||||
ignore = dirty
|
||||
|
||||
[submodule "dependencies"]
|
||||
path = dependencies
|
||||
url = https://github.com/SWG-Source/dependencies.git
|
||||
ignore = dirty
|
||||
|
||||
@@ -23,6 +23,7 @@ src_branch = master
|
||||
dsrc_branch = master
|
||||
clientdata_branch = master
|
||||
configs_branch = master
|
||||
dependencies_branch = master
|
||||
|
||||
# SRC Compilation
|
||||
compiler = gcc
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
<property name="chat_build" location="${chat_home}/build"/>
|
||||
<property name="clientdata" location="${basedir}/clientdata"/>
|
||||
<property name="configs" location="configs" relative="true" basedir="${basedir}"/>
|
||||
|
||||
<property name="dependencies" location="dependencies" relative="true" basedir="${basedir}"/>
|
||||
|
||||
<!-- Setup Key Game Directories -->
|
||||
<property name="dsrc_server" location="${dsrc}/sku.0/sys.server/compiled/game"/>
|
||||
<property name="dsrc_shared" location="${dsrc}/sku.0/sys.shared/compiled/game"/>
|
||||
@@ -126,6 +127,7 @@
|
||||
<git-checkout branch="${dsrc_branch}" dir="${dsrc}"/>
|
||||
<git-checkout branch="${configs_branch}" dir="${basedir}/exe"/>
|
||||
<git-checkout branch="${clientdata_branch}" dir="${clientdata}"/>
|
||||
<git-checkout branch="${dependencies_branch}" dir="${dependencies}"/>
|
||||
</target>
|
||||
|
||||
<target name="update_configs" description="updates the configuration files with the desired settings" if="firstrun">
|
||||
|
||||
Submodule clientdata updated: ca6a721d2f...e7d8e11208
2
dsrc
2
dsrc
Submodule dsrc updated: df0987e868...a8cd4325cd
2
src
2
src
Submodule src updated: a86389b602...f36ee7ed77
Reference in New Issue
Block a user