From: Ralph T. <ra...@gm...> - 2005-03-24 02:34:52
|
Hi everyone, I'm planning on checking some rewritten Jamfiles into the sandbox. I've made the following changes: - The visual and adam_tutorial and visual code links with asl_dev. - The boost code is built using the proper mechanism. - The libraries are delivered into adobe/build/bin/<compiler>/<variant> The consequences of these changes are: - Shorter Jamfiles in adam_tutorial and visual - The MSVC solution files (and metrowerks files in build/asl*) will move to build/bin/... - The project-root.jam and boost-build.jam files move to adobe-source/ (i.e.: the project root) I haven't yet got it to build both libraries (the asl_lib_dev has ADOBE_SERIALIZED defined for all objects, but asl_lib does not) yet, although I think I can write a little rule to make it easier. Once I've done this (and gotten approval for the consequences) I'll check the new Jamfiles into the sandbox. Thanks! Ralph |