From 15a08d786097e954c79b9b2b4d32e4f9649db5b1 Mon Sep 17 00:00:00 2001 From: Hunter Barclay Date: Mon, 24 Jun 2024 15:52:43 -0600 Subject: [PATCH] Adjusted init scripts for now. We'll re-evaluate them once we determine what we are doing with the protocols directory. --- init.bat | 4 ---- init.sh | 5 ----- 2 files changed, 9 deletions(-) diff --git a/init.bat b/init.bat index df9f8dbc09..a4badc2e17 100644 --- a/init.bat +++ b/init.bat @@ -3,8 +3,4 @@ git submodule update --init --recursive cd protocols call proto_compile.bat -cd ..\engine\EngineDeps -call setup.bat -cd ..\..\api -call build.bat cd .. diff --git a/init.sh b/init.sh index 0fe74578fa..c8751ce78b 100755 --- a/init.sh +++ b/init.sh @@ -1,11 +1,6 @@ #!/bin/sh -./scripts/osx/resolve_deps.sh git submodule update --init --recursive cd protocols ./proto_compile.sh -cd ../engine/EngineDeps -./setup.sh -cd ../../api -./build.sh cd ..