[GRASS-SVN] r31314 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 08:32:11 EDT 2008


Author: martinl
Date: 2008-05-11 08:32:11 -0400 (Sun, 11 May 2008)
New Revision: 31314

Modified:
   grass/branches/develbranch_6/include/Make/Doxyfile_arch_html
   grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex
Log:
doxygen conf: HAVE_TIFFIO_H macro added as predefined

Modified: grass/branches/develbranch_6/include/Make/Doxyfile_arch_html
===================================================================
--- grass/branches/develbranch_6/include/Make/Doxyfile_arch_html	2008-05-11 09:50:09 UTC (rev 31313)
+++ grass/branches/develbranch_6/include/Make/Doxyfile_arch_html	2008-05-11 12:32:11 UTC (rev 31314)
@@ -962,7 +962,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = HAVE_OGR
+PREDEFINED             = HAVE_OGR HAVE_TIFFIO_H
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 

Modified: grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex
===================================================================
--- grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex	2008-05-11 09:50:09 UTC (rev 31313)
+++ grass/branches/develbranch_6/include/Make/Doxyfile_arch_latex	2008-05-11 12:32:11 UTC (rev 31314)
@@ -962,7 +962,7 @@
 # undefined via #undef or recursively expanded use the := operator 
 # instead of the = operator.
 
-PREDEFINED             = HAVE_OGR
+PREDEFINED             = HAVE_OGR HAVE_TIFFIO_H
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded. 



More information about the grass-commit mailing list