
On 5/20/07, Rene Rivera <grafikrobot@gmail.com> wrote:
If you really want a script to work for just about everyone around here, use Python.
Good call! Using Python completely circumvented about a dozen other problems I was anticipating :-) Like how to generate UUIDs for new MSVC projects. Anyway, I threw something together and commited it to the sandbox under /template_under_construction/. Docs are at: http://dancinghacker.com/code/template/ Feel free to make any changes, or let me know what should be changed. I'm expecting most of the setup will need to be revised in some way or another, since getting the boost process figured out was somewhat of a blind trial-and-error process for me. In its current state, maybe it doesn't even build except on my machine... Also, just to forewarn you of what the doc build is doing with doxygen - it is both including the xml generated by doxygen into the reference section of the main documentation, and having doxygen build its own HTML directly which is then linked from the main documentation. I know it's ridiculous to do both, but the current script doesn't implement any functionality related to options (which is what might be a good thing regarding the docs - allowing the choice of quickbook only vs. quickbook with doxygen reference vs. quickbook with link to doxygen pages vs. doxygen only). Or whatever... Thanks, Stjepan