Boost logo

Boost :

From: Clark Sims (clark_sims_boost_at_[hidden])
Date: 2006-12-27 23:21:15


with the jamfile which I posted previously:

-------------------------------

install ../bin : hello test.hello ;

lib hello : hello.cpp : <include>../include : <define>HELLODLL <define>WIN32 : <link>shared ;

exe test.hello : test.hello.cpp .//hello : <define>WIN32 : <include>../include ;

-------------------------------

Everything compiles and links fine. However I have to manually copy the test.hello.manifest from bin/msvc-8.0/debug/ to ../bin

Is there a way to fix this?

----------------------------

also when I try to create the relase copy by typing "bjam release" the macros are not correctly defined, there are no exports in hello.lib, and the whole process fails. How do I get this to compile and link correctly for release mode?

 __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk