Revision: 77
Author: roman_yakovenko
Date: 2006-05-14 00:31:46 -0700 (Sun, 14 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=77&view=rev
Log Message:
-----------
changing gccxml path
Modified Paths:
--------------
pygccxml_dev/unittests/autoconfig.py
Modified: pygccxml_dev/unittests/autoconfig.py
===================================================================
--- pygccxml_dev/unittests/autoconfig.py 2006-05-14 07:29:20 UTC (rev 76)
+++ pygccxml_dev/unittests/autoconfig.py 2006-05-14 07:31:46 UTC (rev 77)
@@ -18,7 +18,7 @@
if sys.platform == 'win32':
gccxml_path = 'c:/tools/gccxml/bin/gccxml.exe'
else:
- gccxml_path = '/home/roman/gccxml/bin/gccxml'
+ gccxml_path = '/home/roman/gccxml-build/bin/gccxml'
try:
import pygccxml
@@ -27,6 +27,8 @@
sys.path.append( os.path.join( os.curdir, '..' ) )
import pygccxml
print 'unittests will run on DEVELOPMENT version'
+
+pygccxml.declarations.class_t.USE_DEMANGLED_AS_NAME = True
#try:
#import pydsc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|