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:
Ray
2018-11-20 19:02:26 +01:00
parent 31d0fd820d
commit 98fee844d1
4 changed files with 11 additions and 9 deletions

View File

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