From: Robert D. <rcd...@gm...> - 2009-05-18 03:47:38
|
Hey guys, Just letting you know that I have a first pass complete on my CMake build system for Adobe's ASL/APL libraries. Currently, I can successfully generate a visual studio 2008 project using CMake. This project will build a static library of ASL only. I'm currently in the process of writing the logic for APL, which is going to be nearly identical. After that, I need to support the begin app. My goal is to keep the "look and feel" the same as with the checked in visual studio project in msvc_ide. I'm flying though this pretty quickly, as there really hasn't been much work to do so far. I can compile the library successfully so far with an unpatched version of Boost 1.39 and TBB. I would like to be able to commit my work to Perforce, but from the little reading I did, contributions are a rather complex process at Adobe. I would rather one of the developers let me know how to contribute my work, if you even want it. |