Compare commits

..

No commits in common. "acd9963b41706535efe5c643ea2e9e742fbe6a99" and "10a7454c48573d7a890ed93d75bcd0ce1bd3e50b" have entirely different histories.

2 changed files with 1 additions and 23 deletions

View File

@ -1,22 +0,0 @@
@echo off
SET root=%cd%
echo "Syncing submodules"
git submodule sync
git submodule update --init --remote
echo "Submodules up to date"
FOR /F "delims=" %%a IN ('DIR "../dependencies" /A:d /B') DO (
echo Handling %%a
cd "../dependencies/%%a/build"
echo %cd%
IF EXIST init.bat (
echo "found init.bat"
call init
)
cd %root%
)
cd ../
dotnet build

@ -1 +1 @@
Subproject commit dd40532a0ff03237407de9635c7211c5e1af5807 Subproject commit cc259dfc18c4ad6989898fa813e281b9249c3bd3