forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b1154e
commit 6442251
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
Submodule MinstralPlayground
updated
from db771a to 122946
Submodule ProjectCubeSphere
updated
from 1154c1 to a1fd6d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
) |