mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
8 lines
339 B
Batchfile
8 lines
339 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 & git apply ../livepp.patch & scons target=debug custom_modules=..\spine_godot vsproj=yes --jobs=16 & cd ..
|