Compare commits
2 Commits
10a7454c48
...
acd9963b41
Author | SHA1 | Date | |
---|---|---|---|
![]() |
acd9963b41 | ||
![]() |
70f1d13803 |
22
build/init.bat
Normal file
22
build/init.bat
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@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
|
2
dependencies/Connected
vendored
2
dependencies/Connected
vendored
@ -1 +1 @@
|
|||||||
Subproject commit cc259dfc18c4ad6989898fa813e281b9249c3bd3
|
Subproject commit dd40532a0ff03237407de9635c7211c5e1af5807
|
Loading…
x
Reference in New Issue
Block a user