$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-07 23:55:12
pfrants wrote:
> Is it possible in V2? Would be a reason to start using it :-)
I believe it is possible.
exe main : main.cpp a.cpp b.cpp object_which_needs_special_treatment ;
obj object_which_needs_special_treatment : source.cpp : <optimization>off ;
IOW, in V2 you can get away with creating object with the necessary
properties, there's no need to create a library.
- Volodya