Review VSCode project
This commit is contained in:
parent
4ad1fa85a4
commit
b4da7b6777
3 changed files with 80 additions and 34 deletions
4
projects/VSCode/.vscode/tasks.json
vendored
4
projects/VSCode/.vscode/tasks.json
vendored
|
@ -14,7 +14,8 @@
|
|||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
"args": [
|
||||
"RAYLIB_PATH=C:/raylib/raylib"
|
||||
"RAYLIB_PATH=C:/raylib/raylib",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
],
|
||||
},
|
||||
"osx": {
|
||||
|
@ -38,6 +39,7 @@
|
|||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
"args": [
|
||||
"RAYLIB_PATH=C:/raylib/raylib",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
],
|
||||
},
|
||||
"osx": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue