Updated tools to provide more friendly progress

This commit is contained in:
Cekis
2019-09-20 00:57:20 -04:00
parent 369ad3c593
commit 89a8e87924
2 changed files with 4 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ void DataTableTool::run(void)
//bool isXml = false;
int testOutput = 0;
printf ("DataTable creation tool " __DATE__ " " __TIME__ "\n");
// printf ("DataTable creation tool " __DATE__ " " __TIME__ "\n");
// handle options
const CommandLine::MatchCode mc = CommandLine::parseOptions(optionSpecArray, optionSpecCount);

View File

@@ -190,6 +190,9 @@ int compileTemplate(const char *filename)
TpfFile templateFile;
Filename templateFileName(nullptr, nullptr, filename, TEMPLATE_EXTENSION);
fprintf(stdout, "Generating Template File: %s\n", filename);
return templateFile.makeIffFiles(templateFileName);
} // compileTemplate