
gnatprep
List of commands for gnatprep:
-
gnatprep:tldr:88033 gnatprep: Use symbol definitions from a file.$ gnatprep ${source_file} ${target_file} ${definitions_file}try on your machineexplain this command
-
gnatprep:tldr:df83e gnatprep: Specify symbol values in the command-line.$ gnatprep -D${name}=${value} ${source_file} ${target_file}try on your machineexplain this command