I've fixed my wxWidgets build files to support the latest
BJam.
Usage guide:
1. Unzip archive to BBv2/tools directory.
2. Define WX_HOME environment variable on Windows (POSIX
systems need
wx-config script to be present somewhere in PATH).
3. Use it :
==============
import wxWidgets ;
exe test-app
:
source.cpp
# Link some WX libraries (see wxWidgets.jam for full
list).
/wxWidgets//wx-base
/wxWidgets//wx-core
;
==============
There is still some work to do:
1. Add support for DMC and Watcom (which were unsupported
when I wrote
wxWidgets.jam)
2. Eliminate code duplication in POSIX and Win32 versions.
3. General code cleanups.
--
With respect,
Alex Besogonov (cyberax elewise.com)
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|