コード例 #1
0
def cxx_default_emscripten(conf):
    print('***emscripten_mkspecs.py::cxx_default_emscripten')
    """
    Detect and setup the default em++ compiler
    """
    conf.mkspec_emscripten_configure(1, 25, minimum=True)
コード例 #2
0
def cxx_emscripten126(conf):
    print('***emscripten_mkspecs.py::cxx_emscripten126')
    """
    Detect and setup the em++ 1.26 compiler
    """
    conf.mkspec_emscripten_configure(1, 26)
コード例 #3
0
def cxx_emscripten137(conf):
    print('***emscripten_mkspecs.py::cxx_emscripten137')
    """
    Detect and setup the em++ 1.37 compiler
    """
    conf.mkspec_emscripten_configure(1, 37)
コード例 #4
0
def cxx_emscripten134(conf):
    """
    Detect and setup the em++ 1.34 compiler
    """
    conf.mkspec_emscripten_configure(1, 34)
コード例 #5
0
def cxx_default_emscripten(conf):
    """
    Detect and setup the default em++ compiler
    """
    conf.mkspec_emscripten_configure(1, 25, minimum=True)
コード例 #6
0
def cxx_emscripten127(conf):
    """
    Detect and setup the em++ 1.27 compiler
    """
    conf.mkspec_emscripten_configure(1, 27)
コード例 #7
0
def cxx_default_emscripten(conf):
    """
    Detect and setup the default em++ compiler
    """
    conf.mkspec_emscripten_configure(1, 25, minimum=True)
コード例 #8
0
def cxx_emscripten20(conf):
    """
    Detect and setup the em++ 2.0 compiler
    """
    conf.mkspec_emscripten_configure(2, 0)
コード例 #9
0
def cxx_emscripten137(conf):
    """
    Detect and setup the em++ 1.37 compiler
    """
    conf.mkspec_emscripten_configure(1, 37)
コード例 #10
0
def cxx_emscripten126(conf):
    """
    Detect and setup the em++ 1.26 compiler
    """
    conf.mkspec_emscripten_configure(1, 26)