2019-09-21 09:27:52 +00:00
|
|
|
{
|
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
|
|
// for the documentation about the tasks.json format
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
2019-10-01 17:03:29 +00:00
|
|
|
"label": "Build libgui/GuiCanvasWxBackendFast.pyd",
|
2019-09-21 09:27:52 +00:00
|
|
|
"type": "shell",
|
2019-10-24 19:14:00 +00:00
|
|
|
"command": "cd \"${workspaceFolder}/libgui\" && cmd /c cl /EHsc /LD /Ox /Wall /WX /IC:/Python37/include GuiCanvasWxBackendFast.cpp C:/Python37/libs/python37.lib /FeGuiCanvasWxBackendFast.pyd",
|
2019-10-01 17:03:29 +00:00
|
|
|
"problemMatcher": [
|
|
|
|
"$msCompile"
|
|
|
|
]
|
2019-09-21 09:27:52 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|