Hi,


2009/9/23 Vladimir Prus <vladimir@codesourcery.com>
Patryk Bukowinski wrote:

> What have happened is :
>
>    - everything compiled properly, this header (*.h) and other *rc, and
>    object files were done properly  *BUT:*

Good.

>    - those MC dependent header and other files were placed to output folder,

That's how it should be. After all, these are derived files.

>
>    - new error occurred
>
> intel-win.compile.rc
>> boost\bin.v2\libs\log\build\intel-win\debug\threading-multi\simple_event_log_res.obj
>> '-l' is not recognized as an internal or external command,
>> operable program or batch file.
>>
>>      -l 0x409  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_DYN_LINK=1

Try adding another line:

    toolset.flags intel-win.compile .RC $(condition) : $(setup)rc ;


That did the job.
 
in the same place.

- Volodya




Thanks for great support.
Patryk