|
Boost-Build : |
From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2007-04-22 03:25:10
Hi,
I am new to bjam and now I am struggling with the
names of targets. I want to build an exe-target with a
dot in its name ("name.ext"). For example, if I do the
following:
exe name.ext
: [ glob *.cpp ]
;
It creates an executable called "name" instead of
"name.ext".
Also, I want to build an Apache module (a shared
library) that is called "mod_name.so". When I use
something like this:
lib mod_name
: [ glob *.cpp ]
;
It prepends "lib" to the name.
Is there anyway to have more control over the target
names? How can I fix this?
Thanks,
Andrej
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk