Request a utility that can generate the files most generally used in a project, with at least generation of:
1. project.inc 2. makefile 3. dirs.inc
Utility shall be able to include object build rules and source dependencies into the makefile by analyzing the target directory structure.
Utility shall insert directory paths specific to the target directory into dirs.inc
Utility shall generate relevant information (title, target) about project into project.inc
Utility shall include enable the invocation of the Header and Source generator.
Utility shall enable translation of all text output (display, error, exception, etc.).
Log in to post a comment.
Request a utility that can generate the files most generally used in a project, with at least generation of:
1. project.inc
2. makefile
3. dirs.inc
Utility shall be able to include object build rules and source dependencies into the makefile by analyzing the target directory structure.
Utility shall insert directory paths specific to the target directory into dirs.inc
Utility shall generate relevant information (title, target) about project into project.inc
Utility shall include enable the invocation of the Header and Source generator.
Utility shall enable translation of all text output (display, error, exception, etc.).