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