mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
Updated tools to provide more friendly progress
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user