mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
16 lines
344 B
Batchfile
16 lines
344 B
Batchfile
git submodule init
|
|
git submodule update --init --recursive
|
|
|
|
cd godot-git-plugin\thirdparty\libgit2\
|
|
mkdir build
|
|
cd build\
|
|
del /F CMakeCache.txt
|
|
cmake ..
|
|
cmake --build .
|
|
cd ../../../../
|
|
copy godot-git-plugin\thirdparty\libgit2\build\%1\git2.lib demo\bin\win64\
|
|
|
|
cd godot-cpp\
|
|
scons platform=windows target=%1 generate_bindings=yes bits=64
|
|
cd ..
|