|
From: Ralph T. <ra...@gm...> - 2005-05-17 00:58:13
|
Is the adobe/test/visual stuff moving? IMO it would be nice to move libvisual out of test -- it's working well enough in my own code. I guess we'd probably have to decide on what is public API and what is private (and ui_core could be private, only accessible through the factory functions). Thanks, Ralph On 5/16/05, Mat Marcus <mm...@ad...> wrote: > I submitted some substantial changes to the Jamfiles. Some work still > needs to be done, but the files seem to triggering the right actions > for visual/test md5/test and all of their dependents. A good test is > to cd to adove/visual and issue a bjam command--this should cause a > build of asl_lib_dev, boost_thread, boost_signal, boost_filesystem, > libvisual and the visual app.=20 >=20 > Some of the changes: >=20 > 1) Added new Boost Build feature: <asl> with value none or dev. > Right now <asl>dev simply causes ADOBE_SERIALIZATION to be defined. > But by setting this to a feature libraries get built in separate > directories so the adobe/build/Jamfile has been greatly simplified. >=20 > 2) Fixed the Jamfile.v2 for boost threads. I am attaching the > patched file here since it didn't make it into the latest drop. >=20 > 3) All targets are built with static linking at the moment. This > can be fixed, but boost_thread has some complicated requirements in > this area. >=20 > 4) Added a new Jamfile to adobe directory to hold common settings. >=20 > =20 > Projects build successfully with msvc compiler. Some work is needed > for gcc 3.3 on mac and windows. Other platforms untested. > Suggestions/improvements very welcome. >=20 > |