fll_program_print_help_option(context, fake_short_define, fake_long_define, f_console_symbol_short_enable, f_console_symbol_long_enable, " Override defines from settings file with this define.");
fll_program_print_help_option(context, fake_short_mode, fake_long_mode, f_console_symbol_short_enable, f_console_symbol_long_enable, " Use this mode when processing the build settings.");
fll_program_print_help_option(context, fake_short_process, fake_long_process, f_console_symbol_short_enable, f_console_symbol_long_enable, " Process name for storing build states.");
- fll_program_print_help_option(context, fake_short_settings, fake_long_settings, f_console_symbol_short_enable, f_console_symbol_long_enable, "Use this settings file, from within the source settings directory.");
+ fll_program_print_help_option(context, fake_short_settings, fake_long_settings, f_console_symbol_short_enable, f_console_symbol_long_enable, "Use this settings file, from within the data build directory.");
printf("%c", f_string_eol[0]);
fake_file_defines,
fake_file_dependencies,
fake_file_fakefile,
- fake_file_settings,
+ data->settings.string,
fake_file_readme,
};
fake_file_defines_length,
fake_file_dependencies_length,
fake_file_fakefile_length,
- fake_file_settings_length,
+ data->settings.used,
fake_file_readme_length,
};
# 2) need to provide a way to designate path prefixes (instead of just hardcoded sources/c/, etc...
# 3) need to be able to build shared program without library (add a 'build_library' setting).
# 4) need to remove the auto-appending of the -D in the defines.
-# 5) the -s/--settings does not appear to be working correctly, confirm this.
project_name bzip2
# 2) need to provide a way to designate path prefixes (instead of just hardcoded sources/c/, etc...
# 3) need to be able to build shared program without library (add a 'build_library' setting).
# 4) need to remove the auto-appending of the -D in the defines.
-# 5) the -s/--settings does not appear to be working correctly, confirm this.
project_name bzip2recover