Update of /cvsroot/phpida/ida
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20531
Modified Files:
ida.config.default
Log Message:
Changed default configuration to something that makes some sense.
Index: ida.config.default
===================================================================
RCS file: /cvsroot/phpida/ida/ida.config.default,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ida.config.default 29 Sep 2004 15:37:12 -0000 1.2
--- ida.config.default 21 Aug 2007 18:33:58 -0000 1.3
***************
*** 8,17 ****
# Full path to where your Ida plugins are, remember the trailing slash
#
! pluginDir=d:\ida\plugins\
#
# Full path to temporary dir, must be writeable
#
! tmpDir=c:\winnt\tmp
#
--- 8,17 ----
# Full path to where your Ida plugins are, remember the trailing slash
#
! pluginDir=/usr/local/share/ida/
#
# Full path to temporary dir, must be writeable
#
! tmpDir=/tmp
#
|