mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
.exe was named based on what file was open
This commit is contained in:
Vendored
+2
-2
@@ -9,7 +9,7 @@
|
|||||||
"-g",
|
"-g",
|
||||||
"${workspaceFolder}\\src\\main.cpp",
|
"${workspaceFolder}\\src\\main.cpp",
|
||||||
"-o",
|
"-o",
|
||||||
"${workspaceFolder}\\build\\debug\\${fileBasenameNoExtension}.exe",
|
"${workspaceFolder}\\build\\debug\\main.exe",
|
||||||
"-I",
|
"-I",
|
||||||
"${workspaceFolder}\\include",
|
"${workspaceFolder}\\include",
|
||||||
],
|
],
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"${workspaceFolder}\\src\\main.cpp",
|
"${workspaceFolder}\\src\\main.cpp",
|
||||||
"-o",
|
"-o",
|
||||||
"${workspaceFolder}\\build\\release\\${fileBasenameNoExtension}.exe",
|
"${workspaceFolder}\\build\\release\\main.exe",
|
||||||
"-I",
|
"-I",
|
||||||
"${workspaceFolder}\\include",
|
"${workspaceFolder}\\include",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user