$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-08-05 10:52:55
Markus Schöpflin wrote:
> Hello,
>
> how do I specify a command line argument for the linker?
> Something like LDFLAGS in makefiles?
exe a : a.cpp <linkflags>something ;
should do that.
HTH,
Volodya