Boost logo

Boost :

Subject: Re: [boost] [Boost-commit] svn:boost r70044 - in trunk/tools/quickbook: . src
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-03-16 23:53:51


AMDG

On 03/16/2011 05:13 PM, dnljms_at_[hidden] wrote:
> +import os ;
> +
> project quickbook
> : requirements
> <toolset>gcc:<c++-template-depth>300
> @@ -16,6 +18,11 @@
> <toolset>darwin:<cflags>-g0
> ;
>
> +if [ os.name ] = NT
> +{
> + lib shell32 ;
> +}
> +

This doesn't need to be declared conditionally.

> exe quickbook
> :
> quickbook.cpp
> @@ -50,4 +57,5 @@
> <toolset>msvc:<cxxflags>/wd4800
> <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
> <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
> +<os>NT:<library>shell32
> ;

Shouldn't this be using <target-os>windows, instead of <os>?

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk