diff options
| author | Ray <[email protected]> | 2019-07-02 18:36:09 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-07-02 18:36:09 +0200 |
| commit | b4da7b67770818bb0271210ba20fefcdec93e469 (patch) | |
| tree | 1fd3def2407b17032bd49eea46133aac102e15e0 /projects/VSCode/.vscode | |
| parent | 4ad1fa85a4e118430b405cf7af4f2ae708716c91 (diff) | |
| download | raylib-b4da7b67770818bb0271210ba20fefcdec93e469.tar.gz raylib-b4da7b67770818bb0271210ba20fefcdec93e469.zip | |
Review VSCode project
Diffstat (limited to 'projects/VSCode/.vscode')
| -rw-r--r-- | projects/VSCode/.vscode/tasks.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/VSCode/.vscode/tasks.json b/projects/VSCode/.vscode/tasks.json index 072fa179..70337b6f 100644 --- a/projects/VSCode/.vscode/tasks.json +++ b/projects/VSCode/.vscode/tasks.json @@ -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": { |
