Boost logo

Boost-Build :

From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-07-31 05:28:32


2006/7/29, Alex Besogonov <cyberax_at_[hidden]>:
> I've fixed my wxWidgets build files to support the latest BJam.

  Hi, I put in my user-config.jam the following:
           using wxWidgets : E:/wx ;

  wxWidgets is build using MSVC with Unicode support.

  This works fine, with the exception that expat library is misspelled as epxat.
  However, if I try to put the version explicitly, like
           using wxWidgets : E:/wx : 2.6 ;
  it doesn't work anymore (complains about not being able to find wxbaseud.lib).

  The Jamroot used for testing is:
--------
   exe test : test.cpp /wxWidgets//wx-base /wxWidgets//wx-expat
                 : <wx-unicode>on
                ;
--------

-- 
Bojan Resnik

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