2022-02-16 00:53:01 -05:00
|
|
|
#!/bin/bash
|
|
|
|
set -e
|
2022-02-18 15:59:12 -05:00
|
|
|
set -x
|
2022-02-16 00:53:01 -05:00
|
|
|
git submodule foreach --recursive 'git reset --hard'
|
|
|
|
git submodule foreach --recursive 'git clean -xdf'
|
2022-06-30 19:18:44 -04:00
|
|
|
git submodule foreach --recursive 'git switch rho-fork'
|
|
|
|
git submodule foreach --recursive 'git switch --detach'
|
|
|
|
git submodule update --init --recursive
|
2022-05-11 15:54:50 -04:00
|
|
|
git config --local include.path ../.gitconfig
|
2022-02-16 00:53:01 -05:00
|
|
|
set +e
|
|
|
|
set +x
|
|
|
|
set -e
|
|
|
|
src=libsodium/libsodium.vcxproj
|
|
|
|
dest=libsodium/libsodium.vcxproj
|
|
|
|
wxwin=wxWidgets
|
2022-06-30 19:18:44 -04:00
|
|
|
# if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|
|
|
# fi
|