Dr A Olowofoyeku wrote:
On 18 Apr 2000, at 16:19, Peter Gerwinski wrote:
Mariusz Zynel wrote:
$ gpc -s --borland-pascal -DGPC -DSOLARIS --unit-path=../obj -o accom accom.dpr
$ gpc -s --delphi -DGPC -DSOLARIS --unit-path=../obj -o accom -x pascal accom.dpr
GPC does not automatically recognize the suffix `.dpr' for Pascal.
[...]
Any plans to support this (perhaps in Delphi mode)?
OK, it will be in the next release (in any mode, don't think this should cause problems) as well as `.pp'. Hmm, perhaps we should invent 3 or 4 extensions of our own, seems like every Pascal compiler has to use different extensions... ;-)
Frank: Delphi supports 'AssignFile' and 'CloseFile' (as synonyms for 'Assign' and 'Close'). Can we support these (again perhaps in Delphi mode)?
They are already there (in the GPC unit).
Frank