$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Nicolas Fleury (nidoizo_at_[hidden])
Date: 2003-12-05 16:28:15
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
Thx
Nicolas