$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (Gennadiy_at_[hidden])
Date: 2002-08-14 11:15:01
You could always compile and link the libraries beforehand. Also you could
add library path to bcc config file. In this case your command line will
look like:
bcc32 ..\..\..\cvs\boost\libs\smart_ptr\shared_ptr_test.cpp
-ltest_exec_monitor
was
bcc32 ..\..\..\cvs\boost\libs\smart_ptr\shared_ptr_test.cpp
Not that bad I think.
Gennadiy.