Skip to content

Commit 15a08d7

Browse files
committed
Adjusted init scripts for now. We'll re-evaluate them once we determine what we are doing with the protocols directory.
1 parent 747930d commit 15a08d7

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

init.bat

-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
git submodule update --init --recursive
44
cd protocols
55
call proto_compile.bat
6-
cd ..\engine\EngineDeps
7-
call setup.bat
8-
cd ..\..\api
9-
call build.bat
106
cd ..

init.sh

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/bin/sh
22

3-
./scripts/osx/resolve_deps.sh
43
git submodule update --init --recursive
54
cd protocols
65
./proto_compile.sh
7-
cd ../engine/EngineDeps
8-
./setup.sh
9-
cd ../../api
10-
./build.sh
116
cd ..

0 commit comments

Comments
 (0)