$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: deep_thought_or_not (chetang_at_[hidden])
Date: 2002-03-30 20:32:06
BTW I also had to update the Jamrules for msvc, such that I had to
change the prog names "cl", "link" to "cl.exe" and "link.exe"
respectively.
For some reason, I have to specify the extension to run a program.
Does not work without it.
I am NOT doing this through a cygwin shell.