mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 01:39:17 -05:00
Allow to run any file (#2069)
This commit is contained in:
6
projects/VSCode/.vscode/tasks.json
vendored
6
projects/VSCode/.vscode/tasks.json
vendored
@ -9,7 +9,9 @@
|
|||||||
"command": "make",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
"PLATFORM=PLATFORM_DESKTOP",
|
"PLATFORM=PLATFORM_DESKTOP",
|
||||||
"BUILD_MODE=DEBUG"
|
"BUILD_MODE=DEBUG",
|
||||||
|
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||||
|
"OBJS=${fileBasenameNoExtension}.c"
|
||||||
],
|
],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||||
@ -42,6 +44,8 @@
|
|||||||
"command": "make",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
"PLATFORM=PLATFORM_DESKTOP",
|
"PLATFORM=PLATFORM_DESKTOP",
|
||||||
|
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||||
|
"OBJS=${fileBasenameNoExtension}.c"
|
||||||
],
|
],
|
||||||
"windows": {
|
"windows": {
|
||||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||||
|
|||||||
Reference in New Issue
Block a user