some note about DOT_PATH, specially for Windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-18 00:30:39 +00:00
parent 50b75fe318
commit 2d28319419

View File

@@ -441,7 +441,6 @@ CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = NO
DIRECTORY_GRAPH = NO
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 1000
@@ -450,6 +449,12 @@ DOT_MULTI_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
# instead of setting a value for DOT_PATH it's easier and more portable to
# put your dot utility in the PATH; if you are on a Unix system this is usually
# done automatically; if you're on Windows you'll need to install GraphViz tools
# and then manually add it to the PATH environment variable
DOT_PATH =
#---------------------------------------------------------------------------
# Search Engine Options
#---------------------------------------------------------------------------