From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-08 01:32:40


Nicolas Fleury wrote:
> Hi,
> Is it possible to have jam not using the \ as an escape character? For
> example, be able to do:
> SOME_VAR = Z:\MyPath\abc.c
> instead of:
> SOME_VAR = Z:\\MyPath\\abc.c

Nope, unless you edit Jam source.

- Volodya