$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] query regarding configuring bjam for building projects in Windows and Linux
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2012-06-25 04:41:00
Hi.
>> if [ os.name ] = NT
>> {
>> using gcc ;
>> }
Err... I meant 'if [ os.name ] != NT' - obviously... :-)
And you might need to add 'import os ;' as well to get this to work.
Best regards,
Jurko GospodnetiÄ