mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Some tweaks on VSCode
Now it works on Windows for me but there are lots of hardcoded paths around... I don't like it.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
"GRAPHICS_API_OPENGL_33",
|
||||
"PLATFORM_DESKTOP"
|
||||
],
|
||||
"compilerPath": "C:/raylib/mingw/bin/gcc.exe",
|
||||
"compilerPath": "C:/raylib/mingw32/bin/gcc.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "clang-x64"
|
||||
|
||||
Reference in New Issue
Block a user