2022-04-11 09:46:45 +02:00

8 lines
369 B
Batchfile

git clean -x -f -d
rmdir godot /s /q
git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable
xcopy /E /I .idea godot\.idea
copy custom.py godot
xcopy /E /I ..\spine-cpp\spine-cpp spine_godot\spine-cpp
cd godot & scons target=debug compiledb custom_modules=../spine_godot --jobs=8 & scons target=debug custom_modules=../spine_godot --jobs=8 & cd ..