$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] vcproj to boost.build
From: Andy Schweitzer (a.schweitzer.grps_at_[hidden])
Date: 2009-03-30 19:26:00
Vladimir Prus wrote:
> On Sunday 29 March 2009 22:37:38 Andy Schweitzer wrote:
>
> The ":" separate paramaters to the 'exe' function and the list of
> properties that must be present when building a target is specified
> using the 'requirements' parameter. Consequently, the above should be:
>
> exe fractionsX
> : ../fractions.cpp ../fractions_misc.cpp ../stdafx.cpp
> : <include>../../include
> <include>C:/nan/boost/boost_1_38_0
> <linkflags>"/LIBPATH:C:/nan/boost/boost_1_38_0/stage/lib"
> ;
>
> - Volodya
>
Thanks! That did it!
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>