Ejemplo n.º 1
0
def exists(env):
    if msvs_exists():
        return env.Detect('linkloc')
    else:
        return 0
Ejemplo n.º 2
0
def exists(env):
    if msvs_exists():
        return env.Detect('linkloc')
    else:
        return 0