The built objects do not get linked and therefore no linker arguments apply.
The built object files are named using the same name as the file with the file extension changed to the code:".o" extension.
May include a relative sub-path to each individual source file (such as: code:"level_0/a.c level_0/b.c").
- This is different from code:"build_sources_object" in that multiple files are supported and multiple object files are created.
+ Multiple files are supported and multiple object files are created.
- code:"build_sources_object_shared"\:
A collection of source files used for generating an object file with the same name as each source file.
The built objects do not get linked and therefore no linker arguments apply.
The built object files are named using the same name as the file with the file extension changed to the code:".o" extension.
May include a relative sub-path to each individual source file (such as: code:"level_0/a.c level_0/b.c").
- This is different from code:"build_sources_object" in that multiple files are supported and multiple object files are created.
+ Multiple files are supported and multiple object files are created.
These are applied to only shared builds.
- code:"build_sources_object_static"\:
The built objects do not get linked and therefore no linker arguments apply.
The built object files are named using the same name as the file with the file extension changed to the code:".o" extension.
May include a relative sub-path to each individual source file (such as: code:"level_0/a.c level_0/b.c").
- This is different from code:"build_sources_object" in that multiple files are supported and multiple object files are created.
+ Multiple files are supported and multiple object files are created.
These are applied to only static builds.
- code:"build_sources_program"\: