|
Boost-Build : |
From: dirk_griffioen (diddek_at_[hidden])
Date: 2004-12-09 11:07:42
Hi,
I want to build both debug and release builds, so I have the
following as my properties in my highest level jamfile (I am using
v2)
: default-build debug release
<link>static
<runtime-debugging>on
<link-runtime>shared
<threading>multi
and somewhere in my directory tree I have:
lib authlib
:
auth.cpp
: <link>static
;
unit-test auth : authqz.cpp authlib ;
But I keep getting:
error: Duplicate name of actual target: <psrc\clients\win32
\console\bin\msvc\release\link-static\runtime-debugging-on\threading-
multi>authlib.lib
This goes away if I comment the unit-test out (same for all exe's)
What am I doing wrong?
I am using boost build v10 (upgrading rid me of my last problems)
Can someone please help?
Thnx, Dirk
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk