Show
Ignore:
Timestamp:
2007-10-03 03:16:18 (5 years ago)
Author:
crystal-manage
Message:

Crystal Space MSVC static plugins information: Automated file repair/generation.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cel/trunk/scripts/blcelc.py

    r3011 r3014  
    5858        return funct(*args) 
    5959    return _inner 
     60 
     61_SetSCFPointer = _blcelc._SetSCFPointer 
     62_GetSCFPointer = _blcelc._GetSCFPointer 
     63if not "core" in dir(): 
     64    core = __import__("cspace").__dict__["core"] 
     65core.AddSCFLink(_SetSCFPointer) 
     66CSMutableArrayHelper = core.CSMutableArrayHelper 
    6067 
    6168_csRef_to_Python = _blcelc._csRef_to_Python 
     
    312319    def GetSize(*args): return _blcelc.celEntityTemplateParams_GetSize(*args) 
    313320    def IsEmpty(*args): return _blcelc.celEntityTemplateParams_IsEmpty(*args) 
    314     def __getitem__(*args): return _blcelc.celEntityTemplateParams___getitem__(*args) 
    315     def __delitem__(*args): return _blcelc.celEntityTemplateParams___delitem__(*args) 
    316     def clear(*args): return _blcelc.celEntityTemplateParams_clear(*args) 
    317     def __nonzero__(*args): return _blcelc.celEntityTemplateParams___nonzero__(*args) 
    318     def __setitem__(*args): return _blcelc.celEntityTemplateParams___setitem__(*args) 
    319     def __len__(*args): return _blcelc.celEntityTemplateParams___len__(*args) 
    320321    __swig_destroy__ = _blcelc.delete_celEntityTemplateParams 
    321322    __del__ = lambda self : None; 
     
    53145315 
    53155316csQueryRegistry_iCelConsole = _blcelc.csQueryRegistry_iCelConsole 
    5316 SetSCFPointer = _blcelc.SetSCFPointer 
    5317 GetSCFPointer = _blcelc.GetSCFPointer 
    53185317class CelConsoleOut: 
    53195318        """Class that can be assigned to sys.stdout or sys.stderr"""