Show
Ignore:
Timestamp:
06/28/10 18:04:54 (14 years ago)
Author:
smidl
Message:

python bindings work again... functions _L _D and _M must be removed...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/python/bind_itpp.py

    r808 r1117  
    55 
    66#Creating an instance of class that will help you to expose your declarations 
    7 mb = module_builder.module_builder_t( [r"/home/smidl/work/git/mixpp/library/system/linux/itpp/itbase.h"] 
     7mb = module_builder.module_builder_t( [r"/home/smidl/work/git/mixpp/library/bdm/base/itpp/itbase.h"] 
    88                                      , gccxml_path=r""  
    99                                      , working_directory=r"/home/smidl/work" 
    10                                       , include_paths=['/home/smidl/work/git/mixpp/library/system/linux/itpp/base', '/home/smidl/work/git/mixpp/library/system/linux'] 
     10                                      , include_paths=['/home/smidl/work/git/mixpp/library/bdm/base/itpp/base','/home/smidl/work/git/mixpp/library/bdm/base/'] 
    1111                                      , define_symbols=[] ) 
    1212mb.decls( lambda decl: 'Array' in decl.name ).exclude()