You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
533 B
23 lines
533 B
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/target-filename_input.cpp",
|
|
"file": "DIR/target-filename_input.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/target-filename_input.cpp -o a.o",
|
|
"file": "DIR/target-filename_input.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/target-filename_input.cpp -ob.o",
|
|
"file": "DIR/target-filename_input.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/target-filename_input.cpp -o first.o -o last.o",
|
|
"file": "DIR/target-filename_input.cpp"
|
|
}
|
|
]
|