mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] Fix Windows setup.bat script.
This commit is contained in:
parent
9c4a945b01
commit
41ba52e065
@ -4,7 +4,4 @@ git clone --depth 1 https://github.com/godotengine/godot.git -b 3.4.4-stable
|
|||||||
xcopy /E /I .idea godot\.idea
|
xcopy /E /I .idea godot\.idea
|
||||||
copy custom.py godot
|
copy custom.py godot
|
||||||
xcopy /E /I ..\spine-cpp\spine-cpp spine_godot\spine-cpp
|
xcopy /E /I ..\spine-cpp\spine-cpp spine_godot\spine-cpp
|
||||||
cd godot
|
cd godot & scons target=debug compiledb custom_modules=../spine_godot --jobs=8 & scons target=debug custom_modules=../spine_godot --jobs=8 & cd ..
|
||||||
scons -Q compiledb custom_modules="../spine_godot"
|
|
||||||
scons target=debug custom_modules="../spine_godot" --jobs=8
|
|
||||||
cd ..
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user