Revision: 1851
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1851&view=rev
Author: roman_yakovenko
Date: 2011-02-26 19:32:41 +0000 (Sat, 26 Feb 2011)
Log Message:
-----------
on Linux, starting to use gccxml from the distribution
Modified Paths:
--------------
ui/web/config.py
Modified: ui/web/config.py
===================================================================
--- ui/web/config.py 2011-02-26 19:18:19 UTC (rev 1850)
+++ ui/web/config.py 2011-02-26 19:32:41 UTC (rev 1851)
@@ -17,7 +17,7 @@
import pygccxml
gccxml = pygccxml.parser.load_gccxml_configuration( os.path.join( this_module_dir_path, 'gccxml.cfg' )
- , gccxml_path=os.path.join( projects_root_dir, 'gccxml_bin', 'v09', sys.platform, 'bin' )
+ , gccxml_path="/usr/bin/gccxml"
, compiler=pygccxml.utils.native_compiler.get_gccxml_compiler() )
temp_dir = tempfile.gettempdir()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|