$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Different commands on different platforms?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-12-02 12:21:41
AMDG
John Maddock wrote:
> if $(NT)
> <snip>
>
> But it always prints "Platform is not NT". What am I doing wrong?
>
> Also tried switching on $(OS) and $(UNIX) but all the builtin
> variables seem to be undefined in the Jamfile :-(
import os ;
if [ os.name ] = NT
...
In Christ,
Steven Watanabe