Commit c993875

Nick Faro committed on
Merge pull request #46 from untoxa/hUGETracker
better uge2source help message
commit c9938751e8bcdcf5b34543372d6f3c72d4aa4e34 parent 409f624parent 250b50d
2 changed files Diffed against the first of 2 parents. +3−3
Modifieduge2source/uge2source.lpi +2−2
@@ -131,8 +131,8 @@
131 <Filename Value="uge2source"/> 131 <Filename Value="uge2source"/>
132 </Target> 132 </Target>
133 <SearchPaths> 133 <SearchPaths>
134 <IncludeFiles Value="$(ProjOutDir)"/> 134 <IncludeFiles Value="$(ProjOutDir);.."/>
135 <OtherUnitFiles Value="."/> 135 <OtherUnitFiles Value=".;.."/>
136 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 136 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
137 </SearchPaths> 137 </SearchPaths>
138 </CompilerOptions> 138 </CompilerOptions>
Modifieduge2source/uge2source.lpr +1−1
@@ -89,7 +89,7 @@ end;
89 89
90 procedure TUGE2Source.WriteHelp; 90 procedure TUGE2Source.WriteHelp;
91 begin 91 begin
92 writeln('Usage: ', ExeName, ' infile.uge descriptor outfile.(asm|c)'); 92 writeln('Usage: ', ExtractFileName(ExeName), ' infile.uge [-b<BANK>] descriptor outfile.(asm|c)');
93 end; 93 end;
94 94
95 var 95 var