Doxyfile-include 470 B

1234567891011
  1. # Doxygen include file
  2. # Used to specify compiler's include directories for the preprocessor
  3. # The INCLUDE_PATH tag can be used to specify one or more directories that
  4. # contain include files that are not input files but should be processed by
  5. # the preprocessor.
  6. INCLUDE_PATH = "C:\SDK\Windows\include" \
  7. "C:\VS6\VC\MFC\INCLUDE" \
  8. "C:\VS6\VC\ATL\INCLUDE" \
  9. "C:\SDK\WTL70\include"