11 Jul
2003
11 Jul
'03
2:51 p.m.
Adriaan van Os wrote:
A minor issue is filename capitalization. Currently, --progress-messages and --debug-automake display auto-compiled unit filenames (and .gpi filenames) in full lowercase.
Doesn't appear so (and I don't think I've changed this recently): # cat t.pas program T; uses FoO in 'FoO.pas'; begin end. # gpc --automake --progress-messages t.pas #progress# FoO.pas (10) #progress# t.pas (8) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707