mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-07 00:36:21 +08:00
VSCode: Fix windows command line
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -16,7 +16,7 @@
|
|||||||
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app/build && cmake --build ."
|
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app/build && cmake --build ."
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app/build && cmake --build ."
|
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app/build & cmake --build ."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app && mkdir build && cd build && cmake .."
|
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app && mkdir build && cd build && cmake .."
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app && mkdir build && cd build && cmake .."
|
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app & mkdir build & cd build & cmake .."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app/build && cmake --build . --target lwipdocs"
|
"command": "cd ${workspaceFolder}/contrib/ports/unix/example_app/build && cmake --build . --target lwipdocs"
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app/build && cmake --build . --target lwipdocs"
|
"command": "cd ${workspaceFolder}/contrib/ports/win32/example_app/build & cmake --build . --target lwipdocs"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user