$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: DJB (usrlocalinfo_at_[hidden])
Date: 2005-02-12 17:10:05
How do we pass msvc compiler or linker options that contain '/'?
I'm trying to figure out how to specify the '/BASE' linker option
(specifies preferrred base address).
Ideally, I'd like to pass this on the command-line but it would be OK to
be able to specify it in a Jamfile.
Please help...thanks.