Initial Commit
This commit is contained in:
commit
aabd422b77
|
@ -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
|
Loading…
Reference in New Issue