inet.simulation.build.build_project_using_makefile¶
- build_project_using_makefile(simulation_project=None, mode='release', capture_output=True, **kwargs)[source]¶
Builds a simulation project using the Makefile generated by the command line tool opp_makemake. The output files include executables, dynamic libraries, static libraries, C++ object files, C++ message file headers and their implementations, etc.
- Parameters
simulation_project (
SimulationProject
) – The simulation project to build. If unspecified, then the default simulation project is used.mode (string) – Specifies the build mode of the output binaries. Valid values are “debug” and “release”.
- Returns (None):
Nothing.