aboutsummaryrefslogtreecommitdiff
path: root/devtools/agent_vmw7.json
blob: 38b50d945613fd355be703d31ad835753f5b5d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "cmake_variants" : [
        {"name": "generator",
         "generators": [
            {"generator": [
                "Visual Studio 7 .NET 2003",
                "Visual Studio 9 2008",
                "Visual Studio 9 2008 Win64",
                "Visual Studio 10",
                "Visual Studio 10 Win64",
                "Visual Studio 11",
                "Visual Studio 11 Win64"
                ] 
            },
            {"generator": ["MinGW Makefiles"], 
             "env_prepend": [{"path": "c:/wut/prg/MinGW/bin"}]
            }
         ] 
        },
        {"name": "shared_dll",
         "variables": [
            ["JSONCPP_LIB_BUILD_SHARED=true"],
            ["JSONCPP_LIB_BUILD_SHARED=false"]
          ]
        },
        {"name": "build_type",
         "build_types": [
            "debug", 
            "release" 
            ]
        }
    ]
}