wxWidgets/docs/doxygen
Vadim Zeitlin 15f74a3feb Don't include the manifest in wx/msw/wx.rc by default for MSVC compiler.
The later versions of this compiler don't need it any more, so make it easier
to set up the projects for them at the expense of MSVC 6 and 7 users who will
now need to explicitly define wxUSE_RC_MANIFEST=1 and predefine the
architecture macro (or setup their resource compiler include path to get
wx/msw/rcdefs.h under the lib directory but predefining the architecture is
clearly simpler).

Do generate manifest when using gcc as it predefines the architecture macros
allowing us to avoid requiring using the generated rcdefs.h.

The other compilers will be dealt with as needed if anybody is still using
them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-09 00:35:46 +00:00
..
groups Update debugging macros overview in the docs. 2012-06-30 16:33:14 +00:00
images Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
mainpages Don't include the manifest in wx/msw/wx.rc by default for MSVC compiler. 2013-02-09 00:35:46 +00:00
overviews Miscellaneous spelling and typo fixes in the documentation. 2012-12-01 00:14:31 +00:00
scripts
custom_footer.html Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews. 2012-11-03 18:29:28 +00:00
custom_header.html Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews. 2012-11-03 18:29:28 +00:00
Doxyfile Add wxUSE_{BASE,GUI} checks to interface headers. 2012-11-06 23:53:17 +00:00
DoxygenLayout.xml Upgraded Doxygen to 1.8.2 for the docs. 2012-11-03 18:08:45 +00:00
extra_stylesheet.css Cleaned up the server based search results page styles. 2012-11-03 18:33:02 +00:00
latexdocstart.inc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
logo.png Regenerated new Doxygen custom HTML header, footer, and stylesheet with 1.7.6, but only for use with Doxygen 1.7.4. 2011-12-08 15:45:41 +00:00
regen.bat Fixed up Windows regen.bat script to use environment variables instead of conditional config file includes. 2012-11-03 18:33:31 +00:00
regen.sh Check that doxygen version is 1.8.2 in docs generation script. 2012-11-04 12:44:56 +00:00
wxwidgets.js Fixed docs footer to bottom, and fixed up TOC on all main pages, and some overviews. 2012-11-03 18:29:28 +00:00