[pygccxml-commit] SF.net SVN: pygccxml: [1142] installers/config.py
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2007-11-12 19:11:13
|
Revision: 1142 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1142&view=rev Author: roman_yakovenko Date: 2007-11-12 11:11:14 -0800 (Mon, 12 Nov 2007) Log Message: ----------- changing default gccxml location Modified Paths: -------------- installers/config.py Modified: installers/config.py =================================================================== --- installers/config.py 2007-11-12 11:38:54 UTC (rev 1141) +++ installers/config.py 2007-11-12 19:11:14 UTC (rev 1142) @@ -23,7 +23,7 @@ gccxml_cvs_dir = r'D:\dev\gccxml_cvs\gccxml' unzip = 'unzip -d $target_dir $archive' #command line to run in order to unzip the file else: #linux - gccxml_cvs_dir = r'/home/roman/gccxml-cvs' + gccxml_cvs_dir = r'/home/roman/gccxml-0.9-cvs' unzip = 'tar -xvvzf $archive' #command line to run in order to unzip the file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |