rokojori-godot/build-steps/build-steps-windows.txt

25 lines
689 B
Plaintext

================================================
W I N D O W S B U I L D
================================================
[ Copy C++]
cd {ROOT-PATH}
node copy-cpp-source.js
[ Build C++ ]
cd {GODOT-EDITOR-PATH}
"{SCONS-INSTALLATION-PATH}\scons" platform=windows module_mono_enabled=yes
[ Create Mono Glue ]
cd {GODOT-EDITOR-PATH}
"bin\godot.windows.editor.x86_64.mono.console.exe" --headless --generate-mono-glue modules/mono/glue
[ Build Assemblies ]
cd {GODOT-EDITOR-PATH}
"modules/mono/build_scripts/build_assemblies.py" --godot-output-dir=./bin --push-nupkgs-local "{ROOT-PATH}/godot-rj-nuget-package"
[ Create Output Directory ]
cd {ROOT-PATH}
node create-output.js windows