$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Rahardja (drahardja_at_[hidden])
Date: 2007-04-19 16:28:48
Is there a way to automatically run an exe target after it's been built? I'd
like to be able to type:
bjam App
to build the app, and
bjam App run=true
Or
bjam App-run
to run it.
-dr