File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
contributing/development/compiling Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,16 @@ source and that conflicting versions of the package are removed from the NuGet
129
129
cache. It's recommended to always use this option when building the C# solutions
130
130
during development to avoid mistakes.
131
131
132
+ Building without depending on deprecated features (NO_DEPRECATED)
133
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
134
+
135
+ When building Godot without deprecated classes and functions, i.e. the ``deprecated=no ``
136
+ argument for scons, the managed libraries must also be built without dependencies to deprecated code.
137
+ This is done by passing the ``--no-deprecated `` argument:
138
+
139
+ ::
140
+ ./modules/mono/build_scripts/build_assemblies.py --godot-output-dir ./bin --push-nupkgs-local <my_local_source> --no-deprecated
141
+
132
142
Double Precision Support (REAL_T_IS_DOUBLE)
133
143
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
134
144
You can’t perform that action at this time.
0 commit comments