Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
DrawSVG
Commits
2c6a0968
Commit
2c6a0968
authored
Feb 13, 2021
by
TheNumbat
Browse files
no ./
parent
2f7d893d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.vscode/msvc/tasks.json
View file @
2c6a0968
...
...
@@ -7,13 +7,13 @@
"label"
:
"Configure"
,
"type"
:
"shell"
,
"group"
:
"build"
,
"command"
:
"
./
runcmake_win.bat configure"
,
"command"
:
"runcmake_win.bat configure"
,
"problemMatcher"
:
[]
},
{
"label"
:
"Build Release"
,
"type"
:
"shell"
,
"command"
:
"
./
runcmake_win.bat RelWithDebInfo"
,
"command"
:
"runcmake_win.bat RelWithDebInfo"
,
"args"
:
[],
"group"
:
"build"
,
"problemMatcher"
:
"$msCompile"
...
...
@@ -21,7 +21,7 @@
{
"label"
:
"Build Debug"
,
"type"
:
"shell"
,
"command"
:
"
./
runcmake_win.bat Debug"
,
"command"
:
"runcmake_win.bat Debug"
,
"args"
:
[],
"group"
:
"build"
,
"problemMatcher"
:
"$msCompile"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment