$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost-commit] svn:boost r70044 - in trunk/tools/quickbook: . src
From: Daniel James (dnljms_at_[hidden])
Date: 2011-03-17 03:53:09
On 17 March 2011 03:53, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>>
>> 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>?
Thanks for the corrections, I'll fix it soon. I think I just copied
that from somewhere, so there might be other libraries that do the
same thing.
Daniel