$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-29 05:25:06
I've just implemented a simpler wholesale syntax for seached libraries. It's
now possible to write:
exe hello : hello.cpp hello.rc [ lib a b c d ] ;
or
lib a b c d ;
exe hello : hello.cpp hello.rc a b c d ;
instead of
lib a : : <name>a ;
....
lib d : : <name>d ;
exe hello : hello.cpp hello.rc a b c d ;
Hope you'll like it ;-)
- Volodya