- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)

- added batchbuild config for XP VM
This commit is contained in:
Baptiste Lepilleur
2013-05-09 16:24:13 +00:00
parent cb5ae30f6e
commit 7b62ceacee
2 changed files with 29 additions and 0 deletions

26
devtools/agent_vmxp.json Normal file
View File

@@ -0,0 +1,26 @@
{
"cmake_variants" : [
{"name": "generator",
"generators": [
{"generator": [
"Visual Studio 6",
"Visual Studio 7",
"Visual Studio 8 2005"
]
}
]
},
{"name": "shared_dll",
"variables": [
["JSONCPP_LIB_BUILD_SHARED=true"],
["JSONCPP_LIB_BUILD_SHARED=false"]
]
},
{"name": "build_type",
"build_types": [
"debug",
"release"
]
}
]
}