$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Conditional src files
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-11-04 22:22:36
AMDG
Anant Rao wrote:
> Here's what my Jamfile looks like:
>
>
> project blah
> : source-location $(OS_SRC) $(OS_LINUX_SRC) $(OS_WIN_SRC)
> ;
>
> lib libblah
> :
> CommonFile1.cpp
> CommonFile2.cpp
> WinFile.cpp
> LinuxFile.cpp
> : <define>$(DEFINES)
> : <link>static
> ;
>
Did you really intend <link>static to be in the usage-requirements?
If I remember correctly that isn't allowed.
In Christ,
Steven Watanabe