Browse Source

scripts: enable mobile_hacks HLSDK branch for MotoMAGX

pull/2/head
Alibek Omarov 5 years ago
parent
commit
7dde4c03a7
  1. 2
      scripts/build_motomagx_engine.sh
  2. 4
      scripts/travis_motomagx_deps.sh

2
scripts/build_motomagx_engine.sh

@ -9,7 +9,7 @@ mkdir -p Xash/valve/cl_dlls @@ -9,7 +9,7 @@ mkdir -p Xash/valve/cl_dlls
mkdir -p Xash/valve/dlls
cd hlsdk
./waf configure -T fast --enable-magx build install --destdir=../Xash
./waf configure -T fast --enable-magx --enable-simple-mod-hacks build install --destdir=../Xash
cd ../
./waf configure -T fast --enable-magx --win-style-install --prefix='' build install --destdir=Xash/

4
scripts/travis_motomagx_deps.sh

@ -3,7 +3,7 @@ cd /opt/toolchains/ @@ -3,7 +3,7 @@ cd /opt/toolchains/
sudo git clone https://github.com/a1batross/motomagx_toolchain motomagx
cd $TRAVIS_BUILD_DIR
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk
git clone https://github.com/mittorn/ref_soft ref_soft
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk -b mobile_hacks --depth=1
git clone https://github.com/mittorn/ref_soft ref_soft --depth=1
sed -i "s|#rsw||" wscript

Loading…
Cancel
Save