From 5ad6b4f099f2e65b83bdd9f788ee6f7f45302e1f Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 15 Sep 2011 14:55:00 -0400 Subject: add configuration for constructing doxygen documentation --- autobuild.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 49031b9f17..162967ec7a 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1811,6 +1811,25 @@ name DebugOS + Doxygen + + build + + arguments + + Doxyfile + + command + doxygen + + configure + + command + cmake + + name + Doxygen + RelWithDebInfo build @@ -1957,6 +1976,28 @@ name DebugOS + Doxygen + + build + + + configure + + options + + -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo + -DWORD_SIZE:STRING=32 + -DROOT_PROJECT_NAME:STRING=SecondLife + -DINSTALL_PROPRIETARY=TRUE + + arguments + + ../indra + + + name + Doxygen + RelWithDebInfo build @@ -2125,6 +2166,26 @@ name DebugOS + Doxygen + + build + + + configure + + arguments + + ../indra + + options + + -G + 'Unix Makefiles' + + + name + Doxygen + RelWithDebInfo build @@ -2315,6 +2376,21 @@ name DebugOS + Doxygen + + build + + + configure + + arguments + + ..\indra + + + name + Doxygen + RelWithDebInfo build -- cgit v1.2.3