add comment about Mac OSX path

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1321 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-06-27 18:38:01 +00:00
parent 412d1fd580
commit e3b01a2fab

View File

@ -16,6 +16,7 @@
##### Ghostview executable
# Path to the ghostview executable
# For instance, on a windows OS it's typically something like C:/Progra~1/Ghostgum/gsview/gsview32.exe
# On Mac OSX typically /Applications/MacGSView/MacGSView
# Default value: none
# Info: Must be absolute path
#####
@ -24,6 +25,7 @@
##### DOT executable
# Path to the AT&T Graphview DOT executable
# For instance, on a windows OS it's typically something like C:/Progra~1/ATT/Graphviz/bin/dot.exe
# On Mac OSX typically /Applications/Graphviz.app/Contents/MacOS/dot
# Default value: none
# Info: Must be absolute path
#####