Custom Query (122 matches)
Results (70 - 72 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#31 | fixed | make doxydoc doesn't obey VPATH build | andreasw | lou |
Description |
Once I've configured for a VPATH build, if I run 'make doxydoc' in the build directory, the doxydoc/html directory is created in the distribution directory. At a glance, the fix probably requires a doxygen.conf.in file. |
|||
#34 | fixed | EXTRA_DIST need to be set | andreasw | stefan |
Description |
If I have no extra files to add to a distribution, I still need to set the EXTRA_DIST variable to an empty value ("EXTRA_DIST = ") in order to get no conflict in BuildTools/Makemain.inc:54. Maybe that should be mentioned here again. |
|||
#38 | fixed | MSVC++ Version 8 compiler options wrong in debug mode | andreasw | tkr |
Description |
In the version 8 compiler, you specify -MTd to get code with debugging symbols and -MT to get code without debugging symbols. The option -Yd, which is the option currently used in coin.m4, is deprecated. Currently, you do not get code with debugging symbols with the cl compiler, even if you specify --enable-debug. Unfortunately, changing this will once again require a mass updating of configure scripts :(. |