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

26 lines
711 B
Plaintext
Raw Normal View History

2024-04-26 07:36:53 +00:00
================================================
W I N D O W S B U I L D
================================================
2024-04-27 15:03:50 +00:00
[ Copy C++]
2024-08-02 06:22:12 +00:00
cd {CPP-GEN-PATH}
npm run create-cpp
npm run copy-cpp-source
2024-04-27 15:03:50 +00:00
[ Build C++ ]
cd {GODOT-EDITOR-PATH}
2024-04-26 07:36:53 +00:00
"{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}
2024-04-27 15:03:50 +00:00
"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