25 lines
No EOL
655 B
JSON
25 lines
No EOL
655 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "Compile",
|
|
"command": "g++",
|
|
"args": [
|
|
"${fileDirname}\\*.cpp",
|
|
"-g",
|
|
// "-fexec-charset=gb2312",
|
|
"-o",
|
|
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
|
],
|
|
"options": {
|
|
"cwd": "C:/Project/mingw64/bin"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": "build",
|
|
"detail": "编译器: C:/Project/mingw64/bin/g++.exe"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |