32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: g++.exe compilar archivo activo",
|
|
"command": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe",
|
|
"args": [
|
|
"-g",
|
|
"*.cpp",
|
|
"./lua/*.c",
|
|
"-lmingw32",
|
|
"-lSDL2main",
|
|
"-lSDL2",
|
|
//"-mwindows",
|
|
"-o",
|
|
"${fileDirname}\\mini.exe"
|
|
],
|
|
"options": {
|
|
"cwd": "${fileDirname}"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "compilador: \"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe\""
|
|
}
|
|
]
|
|
} |