def exists(env):
    if msvs_exists():
        return env.Detect('linkloc')
    else:
        return 0
Beispiel #2
0
def exists(env):
    if msvs_exists():
        return env.Detect('linkloc')
    else:
        return 0