Boost logo

Boost Users :

Subject: [Boost-users] bjam JAMSHELL
From: Gerhard Lipp (gerhard_lipp_at_[hidden])
Date: 2008-09-24 14:20:10


hello!

i would like to specify a different shell for bjam on windows xp (namely
sh.exe).
i tried to place

JAMSHELL = C:\\Programme\\A-Toolchain\\bin\\sh.exe -c % ;

in my Jamroot file, though without success, the windows cmd "shell" gets
called.

background: i have to invoke a shell script (wx-config) to get my
cxxflags like that

local wx_cxxflags = [ SHELL "wx-config --cxxflags | tr -d '\\n'" ] ;

regards,
gerhard


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net