Exemplo n.º 1
0
def generate( env ):
    # Add the Builders and Scanner to the environment.

    env.Append(
        BUILDERS = { "SwigC" : swigCBuilder,
                     "SwigCpp" : swigCppBuilder, },
        SCANNERS = swigInterfaceFileScanner,
        )
    addInstanceMethodToEnv( env, buildSwigExtension )
Exemplo n.º 2
0
def generate(env):
    addInstanceMethodToEnv(env, makeRootRelativePath)
    addInstanceMethodToEnv(env, addLib)
Exemplo n.º 3
0
def generate( env ):
    addInstanceMethodToEnv( env, makeRootRelativePath )
    addInstanceMethodToEnv( env, addLib )