$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How to build a lib and exe with same name
From: æ¨ç»§è¶
(jcyangzh_at_[hidden])
Date: 2012-10-18 06:24:20
lib calc : basic_calc.c advance_calc.c calc.h ;
exe calc : app.c calc
I want calc.dll(with calc.lib) and calc.exe, but failed.
If change exe calc to exe test then everything is ok.
But if change to exe calc: app.c : <lib>calc ; , then boost.build will only
build the library.
Jichao.