$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: janssoaf (mail_at_[hidden])
Date: 2004-06-18 05:16:40
In my projects I use "import rc ;". The added resource file handling
of msvc.jam seems to be incompatible with rc.jam. First I get the
error message:
error: Type RC is already registered.
If I remove the duplicate registration it still doesn't work because
resource files are compiled and linked twice (xxx.res and xxx_res.obj)
when using the msvc toolset.
Is there a way to let msvc.jam and rc.jam coexist?
Regards, Olaf