From aabd422b77db7704a139706c029d6bd25d4baf7c Mon Sep 17 00:00:00 2001 From: Josef Date: Fri, 26 Apr 2024 09:36:53 +0200 Subject: [PATCH] Initial Commit --- build-steps/build-steps-windows.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 build-steps/build-steps-windows.txt diff --git a/build-steps/build-steps-windows.txt b/build-steps/build-steps-windows.txt new file mode 100644 index 0000000..5831031 --- /dev/null +++ b/build-steps/build-steps-windows.txt @@ -0,0 +1,16 @@ +================================================ + + W I N D O W S B U I L D + +================================================ + +[ Build Cpp] +"{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