init
This commit is contained in:
31
.vscode/tasks.json
vendored
Normal file
31
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "C/C++: g++.exe 生成活动文件",
|
||||
"command": "D:\\Sdk\\cc\\mingw64-15.2-msvcrt\\bin\\g++.exe",
|
||||
"args": [
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
"${file}",
|
||||
"-I${workspaceFolder}\\easyx\\include",
|
||||
"-L${workspaceFolder}\\easyx\\lib64",
|
||||
"-leasyx",
|
||||
"-lgdi32",
|
||||
"-lole32",
|
||||
"-o",
|
||||
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
"problemMatcher": ["$gcc"],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"detail": "编译器: D:\\Sdk\\cc\\mingw64-15.2-msvcrt\\bin\\g++.exe"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user