$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [python] Python build description
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2010-07-14 15:06:05
On 07/14/2010 02:50 PM, Spencer E. Olson wrote:
>
> --------------------------------- pyJam Example -------------------------
> in python (as per the example stuff in my earlier email), you have:
> <<<<<<<< Jamroot.py>>>>>>>>
> from build import *
> project('/myApp',
> define('PROJECT_NAME=myApp'),
> );
>
why not
define(PROJECT_NAME="myApp")
(i.e., use actual assignment or keyword arguments, rather than an
assignment embedded in a string) ?
Stefan
-- ...ich hab' noch einen Koffer in Berlin...