mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 15:17:23 +00:00
.exe was named based on what file was open
This commit is contained in:
parent
9050658199
commit
e78a402861
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -9,7 +9,7 @@
|
||||
"-g",
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\build\\debug\\${fileBasenameNoExtension}.exe",
|
||||
"${workspaceFolder}\\build\\debug\\main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}\\include",
|
||||
],
|
||||
@ -31,7 +31,7 @@
|
||||
"args": [
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\build\\release\\${fileBasenameNoExtension}.exe",
|
||||
"${workspaceFolder}\\build\\release\\main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}\\include",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user