Mono: Add net_4_x_win and net_4_x BCLs to templates

Also accommodate recent change with mono-glue files.
This commit is contained in:
Rémi Verschelde
2020-01-07 14:48:11 +01:00
parent b2b7bea05f
commit 930cdb67c7
7 changed files with 18 additions and 6 deletions

View File

@@ -34,7 +34,8 @@ if [ "${MONO}" == "1" ]; then
echo "Starting Mono build for JavaScript..."
cp /root/mono-glue/*.cpp modules/mono/glue/
cp -r /root/mono-glue/Managed/Generated modules/mono/glue/Managed/
cp -r /root/mono-glue/GodotSharp/GodotSharp/Generated modules/mono/glue/GodotSharp/GodotSharp/
cp -r /root/mono-glue/GodotSharp/GodotSharpEditor/Generated modules/mono/glue/GodotSharp/GodotSharpEditor/
$SCONS platform=javascript ${OPTIONS} ${OPTIONS_MONO} target=release_debug tools=no
$SCONS platform=javascript ${OPTIONS} ${OPTIONS_MONO} target=release tools=no