Boost logo

Boost-Build :

From: Chris Drexler (CKolumbus_at_[hidden])
Date: 2003-09-05 04:13:45


Dear Listmembers,

having a Jamfile similar to this:

exe SwPipeMMX :
Main.cpp
: <toolset-msvc:version>intel
;

local instdir = [ ssce.bininstdir ] ;

stage dist : SwPipeMMX : <location>$(instdir) ;

a lot of unwanted files are install in $(instdir).
E.g. if I'm using msvc the *.ilk *.pdb *.exp and
additional one *.lib is installed.

Is there a way to install only the exe?

Chris

 


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