Added dependencies sub-module

This commit is contained in:
swg
2019-04-09 04:44:59 -04:00
parent 30033e17cf
commit e6d1ef313e
7 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@ build/
chat/
configs/
data/
dependencies/
miff/
.setup
local.properties

5
.gitmodules vendored
View File

@@ -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

View File

@@ -23,6 +23,7 @@ src_branch = master
dsrc_branch = master
clientdata_branch = master
configs_branch = master
dependencies_branch = master
# SRC Compilation
compiler = gcc

View File

@@ -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">

2
dsrc

Submodule dsrc updated: df0987e868...a8cd4325cd

2
src

Submodule src updated: a86389b602...f36ee7ed77