Merge branch 'main' of github.com:raylib-extras/raylib-quickstart
This commit is contained in:
12
.vscode/c_cpp_properties.json
vendored
12
.vscode/c_cpp_properties.json
vendored
@@ -14,8 +14,8 @@
|
|||||||
"GRAPHICS_API_OPENGL_33",
|
"GRAPHICS_API_OPENGL_33",
|
||||||
"PLATFORM_DESKTOP"
|
"PLATFORM_DESKTOP"
|
||||||
],
|
],
|
||||||
"cStandard": "c99",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++14",
|
"cppStandard": "c++17",
|
||||||
"intelliSenseMode": "gcc-x64"
|
"intelliSenseMode": "gcc-x64"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -36,8 +36,8 @@
|
|||||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
||||||
],
|
],
|
||||||
"compilerPath": "/usr/bin/clang",
|
"compilerPath": "/usr/bin/clang",
|
||||||
"cStandard": "c11",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++14",
|
"cppStandard": "c++17",
|
||||||
"intelliSenseMode": "clang-x64"
|
"intelliSenseMode": "clang-x64"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -55,8 +55,8 @@
|
|||||||
"PLATFORM_DESKTOP"
|
"PLATFORM_DESKTOP"
|
||||||
],
|
],
|
||||||
"compilerPath": "/usr/bin/clang",
|
"compilerPath": "/usr/bin/clang",
|
||||||
"cStandard": "c11",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++14",
|
"cppStandard": "c++17",
|
||||||
"intelliSenseMode": "clang-x64"
|
"intelliSenseMode": "clang-x64"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
cd build
|
cd build
|
||||||
premake5.exe gmake2
|
premake5.exe gmake2
|
||||||
cd ..
|
cd ..
|
||||||
make SHELL=CMD clean
|
mingw32-make SHELL=CMD clean
|
||||||
pause
|
pause
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ if (downloadRaylib) then
|
|||||||
|
|
||||||
links {"raylib"}
|
links {"raylib"}
|
||||||
|
|
||||||
cdialect "C99"
|
cdialect "C17"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
|
|
||||||
includedirs {raylib_dir .. "/src" }
|
includedirs {raylib_dir .. "/src" }
|
||||||
|
|||||||
Reference in New Issue
Block a user