Allow to run any file (#2069)
This commit is contained in:
parent
6ac3043e88
commit
d8e0b2e27c
1 changed files with 6 additions and 2 deletions
8
projects/VSCode/.vscode/tasks.json
vendored
8
projects/VSCode/.vscode/tasks.json
vendored
|
@ -9,7 +9,9 @@
|
|||
"command": "make",
|
||||
"args": [
|
||||
"PLATFORM=PLATFORM_DESKTOP",
|
||||
"BUILD_MODE=DEBUG"
|
||||
"BUILD_MODE=DEBUG",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
"OBJS=${fileBasenameNoExtension}.c"
|
||||
],
|
||||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
|
@ -42,6 +44,8 @@
|
|||
"command": "make",
|
||||
"args": [
|
||||
"PLATFORM=PLATFORM_DESKTOP",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
"OBJS=${fileBasenameNoExtension}.c"
|
||||
],
|
||||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
|
@ -64,4 +68,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue