rgbasm: -v option (verbose)

This commit is contained in:
yenatch
2013-11-27 02:43:10 -05:00
parent de269987f7
commit bc99ee2210
3 changed files with 33 additions and 16 deletions

View File

@@ -594,7 +594,9 @@ void
out_SetFileName(char *s)
{
strcpy(tzObjectname, s);
printf("Output filename %s\n", s);
if (CurrentOptions.verbose) {
printf("Output filename %s\n", s);
}
pSectionList = NULL;
pCurrentSection = NULL;
pPatchSymbols = NULL;