Review VSCode project

This commit is contained in:
Ray 2019-07-02 18:36:09 +02:00
parent 4ad1fa85a4
commit b4da7b6777
3 changed files with 80 additions and 34 deletions

View file

@ -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": {