$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-11 10:10:20
Hi Johannes,
> I got the following error message:
.....
> <symlink-location>project-relative <threading>multi <toolset>msvc
> <traverse-dependencies>off <user-interface>console <variant>debug ) *
> missing argument the-response-file
Ah, sorry. Try additionally replacing
generators.register-c-compiler msvc.compile.c++ : CPP : OBJ : <toolset>msvc ;
with
generators.register-c-compiler msvc.compile.c++ : CPP : OBJ RSP :
<toolset>msvc ;
- Volodya