Files
lazarus-ccr/components/cmdlinecfg/trunk/test.copt

28 lines
710 B
Plaintext
Raw Normal View History

{
"executable":"fpc",
"version":"2.6.0",
"testkey":"-iV",
"testValue":"2.6.0",
options: [
{
section:"execopt",
key:"Xm",
name:"generatelinkmap",
display:"Generate Link Map"
},
{
section:"codegen",
key: "Cp%value%",
display: "Instruction set",
name: "instructionset",
options: [
{ value: "80386", condition:"i386,x86_64" }
,{ value: "PENTIUM", condition:"i386,x86_64" }
,{ value: "PENTIUM2", condition:"i386,x86_64" }
,{ value: "PENTIUM3", condition:"i386,x86_64" }
,{ value: "PENTIUM4", condition:"i386,x86_64" }
,{ value: "PENTIUMM", condition:"i386,x86_64" }
]
}
]
}