build¶
from inet.simulation
This module provides functionality for building simulation projects.
The main function is build_project()
.
Functions
Builds all output files of a simulation project using either |
|
Builds a simulation project using the Makefile generated by the command line tool opp_makemake. |
|
Builds all output files of a simulation project using tasks. |
Classes
Represents a task that builds a simulation project. |