$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-17 08:04:41
I've just found that if I write in project-root.jam:
path-constant NM_DIR : /space/cvslvk/nmcc_x86-linux ;
ECHO $(NM_DIR) ;
then nothing will be printed. I think it's quite confusing that constants
defined in project-root are not available in project root itself. Thoughts?
- Volodya