54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"version":"0.1",
|
|
"root_folder":"%filefolder%",
|
|
"run_context":"sub",
|
|
"name":"Keygen build",
|
|
"actions":[
|
|
{
|
|
"action":"compile_one_cpp",
|
|
"args":{
|
|
"source_variables":false,
|
|
"source":"keygen.cpp",
|
|
"compiler_variables":true,
|
|
"compiler":"$CPP_COMPILER$",
|
|
"pre_arguments_variables":true,
|
|
"pre_arguments":[
|
|
"-c"
|
|
],
|
|
"post_arguments_variables":true,
|
|
"post_arguments":[
|
|
],
|
|
"output_file_variables":true,
|
|
"output_file":"keygen.o",
|
|
"success_status":[
|
|
0
|
|
],
|
|
"ignore_success_status":true,
|
|
"cache_authorized":true,
|
|
"headers_command_variables":true,
|
|
"headers_command":"gcc -MMD -MF %dfile% -E %sourcefile% -o /dev/null"
|
|
}
|
|
},
|
|
{
|
|
"action":"run_command_wait",
|
|
"args":{
|
|
"command_variables":true,
|
|
"command":[
|
|
"$CPP_COMPILER$",
|
|
"keygen.o",
|
|
"-o",
|
|
"keygen",
|
|
"-lcrypto",
|
|
"-L.",
|
|
"-lcommoncrypto"
|
|
],
|
|
"show_output":"on_failure",
|
|
"success_status":[
|
|
0
|
|
],
|
|
"ignore_success_status":false
|
|
}
|
|
}
|
|
]
|
|
}
|