MCPcopy Create free account
hub / github.com/algorithm-archivists/algorithm-archive / generate

Function generate

builders/mcs.py:27–37  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

25 env.Detect('mcs')
26
27def generate(env):
28 env['MCS'] = _detect(env)
29 env['MCSFLAGS'] = []
30
31 mcs_builder = Builder(
32 action='"$MCS" -out:$TARGET $MCSFLAGS $SOURCES',
33 src_suffix='.cs',
34 suffix='$PROGSUFFIX',
35 )
36
37 env.Append(BUILDERS={'MCS': mcs_builder})

Callers

nothing calls this directly

Calls 1

_detectFunction · 0.70

Tested by

no test coverage detected