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 we need a if PLAT_WIN/if PLAT_GTK here....

   This worked OK on Windows XP:
command.go.*.c=./$(FileName)

   Anyone want to send in an updated cpp.properties?

   Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to