* base-file instead of base_file

This commit is contained in:
marco 2003-12-09 19:54:59 +00:00
parent 396f4aa9ab
commit 89a84c4d9d

View File

@ -1006,7 +1006,7 @@ begin
AsBinStr:=FindUtil(utilsprefix+'as'); AsBinStr:=FindUtil(utilsprefix+'as');
if RelocSection then if RelocSection then
{ Using short form to avoid problems with 128 char limitation under Dos. } { Using short form to avoid problems with 128 char limitation under Dos. }
RelocStr:='--base_file base.$$$'; RelocStr:='--base-file base.$$$';
if apptype=app_gui then if apptype=app_gui then
AppTypeStr:='--subsystem windows'; AppTypeStr:='--subsystem windows';
if assigned(DLLImageBase) then if assigned(DLLImageBase) then
@ -1622,7 +1622,10 @@ initialization
end. end.
{ {
$Log$ $Log$
Revision 1.24 2003-12-08 22:37:04 peter Revision 1.25 2003-12-09 19:54:59 marco
* base-file instead of base_file
Revision 1.24 2003/12/08 22:37:04 peter
* base_file instead of b * base_file instead of b
Revision 1.23 2003/10/10 17:48:14 peter Revision 1.23 2003/10/10 17:48:14 peter