diff --git a/ActiveProjects/MinstralPlayground b/ActiveProjects/MinstralPlayground index db771a448298..12294620a93d 160000 --- a/ActiveProjects/MinstralPlayground +++ b/ActiveProjects/MinstralPlayground @@ -1 +1 @@ -Subproject commit db771a4482989652601c39e5fd9bc6966d90765d +Subproject commit 12294620a93d31d6fe1674d27f9352af9b51c55c diff --git a/ActiveProjects/ProjectCubeSphere b/ActiveProjects/ProjectCubeSphere index 1154c1830a58..a1fd6d23d5d6 160000 --- a/ActiveProjects/ProjectCubeSphere +++ b/ActiveProjects/ProjectCubeSphere @@ -1 +1 @@ -Subproject commit 1154c1830a587e13b091049607a54584846b0337 +Subproject commit a1fd6d23d5d6c6ff4ff8910e8fd9f5f14f8ad415 diff --git a/buildScript.bat b/buildScript.bat new file mode 100644 index 000000000000..e772ead85bdf --- /dev/null +++ b/buildScript.bat @@ -0,0 +1,12 @@ +@echo off + +scons "platform=windows" "module_mono_enabled=yes" "precision=double" "dev_build=yes" "verbose=yes" "-j1" +bin/godot.windows.editor.dev.double.x86_64.mono.exe "--generate-mono-glue" "modules\mono\glue" "--precision=double" +python "%CD%\modules\mono\build_scripts\build_assemblies.py" "--godot-output-dir" "%CD%\bin" "--push-nupkgs-local" "%CD%\..\GodotNugetSourceData" "--precision=double" +scons "module_mono_enabled=yes" "precision=double" "-j8" +COPY "%CD%\..\GodotNugetSourceData" "%APPDATA%\NuGet\GodotNugetSource" +COPY "%CD%\..\GodotNugetSourceData" "%APPDATA%\NuGet\LocalNugetSource" +IF [[ "-n" "%TEMPLATES%" "]]" ( + scons "target=template_release" "tools=no" "module_mono_enabled=yes" "precision=double" "-j8" + scons "target=template_debug" "tools=no" "module_mono_enabled=yes" "precision=double" "-j8" +) \ No newline at end of file