Commit 93f2cc6f authored by TheNumbat's avatar TheNumbat
Browse files

remove ./ build

parent 6487e455
......@@ -7,13 +7,13 @@
"label": "Configure",
"type": "shell",
"group": "build",
"command": "./build_win.bat configure",
"command": "build_win.bat configure",
"problemMatcher": []
},
{
"label": "Build Release",
"type": "shell",
"command": "./build_win.bat RelWithDebInfo",
"command": "build_win.bat RelWithDebInfo",
"args": [],
"group": "build",
"problemMatcher": "$msCompile"
......@@ -21,7 +21,7 @@
{
"label": "Build Debug",
"type": "shell",
"command": "./build_win.bat Debug",
"command": "build_win.bat Debug",
"args": [],
"group": "build",
"problemMatcher": "$msCompile"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment