Re: [Doxygen-develop] Problem with default values
Brought to you by:
dimitri
From: Philipp M. <phi...@ge...> - 2013-06-06 02:15:27
|
Dimitri van Heesch <do...@gm...> writes: > On Jun 3, 2013, at 22:45 , Philipp Moeller <phi...@ge...> wrote: >> >> NB: To add a config variable you need to add it to the config.xml file >> and not to the configoptions.cpp file. Don't forget to rerun >> configgen.py. It is really unfortunate that the file is commited and not >> generated during the build process. > > This is limitation of the Windows build. When using ./configure & make on > Linux/MacOSX/Cygwin there is a build rule to trigger a regeneration whenever > config.xml changes. This is odd. It is possible to have MSBuild Tasks run an external executable depending on some resource and some platform-independent build tools also support generating that kind of solution file. Maybe its time to switch to CMake? |