Re: [scite] Properties fixes

2007-08-17 Thread Neil Hodgson
steve donovan: > We have a few inconsistencies in cpp.properties: > > command.go.*.c=$(FileName) > ... > command.go.$(file.patterns.cplusplus)=./$(FileName) > > The first is appropriate for Windows, and those people on *nix who put > . on the path. But generally . is not on the path. > > I think w

[scite] Properties fixes

2007-07-30 Thread steve donovan
Hi all, We have a few inconsistencies in cpp.properties: command.go.*.c=$(FileName) ... command.go.$(file.patterns.cplusplus)=./$(FileName) The first is appropriate for Windows, and those people on *nix who put . on the path. But generally . is not on the path. I think we need a if PLAT_WIN/if