Updated some scripts paths
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
This commit is contained in:
parent
fadef24b62
commit
5e3db0aa83
9 changed files with 19 additions and 17 deletions
|
@ -13,7 +13,7 @@
|
|||
"GRAPHICS_API_OPENGL_33",
|
||||
"PLATFORM_DESKTOP"
|
||||
],
|
||||
"compilerPath": "C:/raylib/mingw/bin/gcc.exe",
|
||||
"compilerPath": "C:/raylib/w64devkit/bin/gcc.exe",
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "gcc-x64"
|
||||
|
|
4
projects/VSCode/.vscode/launch.json
vendored
4
projects/VSCode/.vscode/launch.json
vendored
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
],
|
||||
"windows": {
|
||||
"miDebuggerPath": "C:/raylib/mingw/bin/gdb.exe",
|
||||
"miDebuggerPath": "C:/raylib/w64devkit/bin/gdb.exe",
|
||||
},
|
||||
"osx": {
|
||||
"MIMode": "lldb"
|
||||
|
@ -46,7 +46,7 @@
|
|||
"MIMode": "gdb",
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/${fileBasenameNoExtension}.exe",
|
||||
"miDebuggerPath": "C:/raylib/mingw/bin/gdb.exe"
|
||||
"miDebuggerPath": "C:/raylib/w64devkit/bin/gdb.exe"
|
||||
},
|
||||
"osx": {
|
||||
"MIMode": "lldb"
|
||||
|
|
4
projects/VSCode/.vscode/tasks.json
vendored
4
projects/VSCode/.vscode/tasks.json
vendored
|
@ -14,7 +14,7 @@
|
|||
"OBJS=${fileBasenameNoExtension}.c"
|
||||
],
|
||||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
"command": "mingw32-make.exe",
|
||||
"args": [
|
||||
"RAYLIB_PATH=C:/raylib/raylib",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"OBJS=${fileBasenameNoExtension}.c"
|
||||
],
|
||||
"windows": {
|
||||
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
|
||||
"command": "mingw32-make.exe",
|
||||
"args": [
|
||||
"RAYLIB_PATH=C:/raylib/raylib",
|
||||
"PROJECT_NAME=${fileBasenameNoExtension}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue