whitespace

This commit is contained in:
Jeffery Myers
2025-05-18 09:05:17 -07:00
parent 44d2afafff
commit eee8b1e8ce

View File

@@ -1,17 +1,17 @@
newoption
{
trigger = "graphics",
value = "OPENGL_VERSION",
description = "version of OpenGL to build raylib against",
allowed = {
{ "opengl11", "OpenGL 1.1"},
{ "opengl21", "OpenGL 2.1"},
{ "opengl33", "OpenGL 3.3"},
{ "opengl43", "OpenGL 4.3"},
{ "openges2", "OpenGL ES2"},
{ "openges3", "OpenGL ES3"}
},
default = "opengl33"
trigger = "graphics",
value = "OPENGL_VERSION",
description = "version of OpenGL to build raylib against",
allowed = {
{ "opengl11", "OpenGL 1.1"},
{ "opengl21", "OpenGL 2.1"},
{ "opengl33", "OpenGL 3.3"},
{ "opengl43", "OpenGL 4.3"},
{ "openges2", "OpenGL ES2"},
{ "openges3", "OpenGL ES3"}
},
default = "opengl33"
}
function download_progress(total, current)
@@ -133,7 +133,7 @@ workspace (workspaceName)
if (downloadRaylib) then
build_externals()
end
end
startproject(workspaceName)
@@ -159,22 +159,22 @@ if (downloadRaylib) then
{
["Header Files/*"] = { "../include/**.h", "../include/**.hpp", "../src/**.h", "../src/**.hpp"},
["Source Files/*"] = {"../src/**.c", "src/**.cpp"},
["Widows Resoruce Files/*"] = {"../src/**.rc", "src/**.ico"},
["Widows Resoruce Files/*"] = {"../src/**.rc", "src/**.ico"},
}
files {"../src/**.c", "../src/**.cpp", "../src/**.h", "../src/**.hpp", "../include/**.h", "../include/**.hpp"}
filter {"system:windows"}
filter {"system:windows"}
files {"../src/*.rc", "../src/*.ico"}
filter {"system:windows","action:gmake*", "files:**.rc"}
buildmessage 'Compiling Windows Resources %[%{file.relpath}]'
filter {"system:windows","action:gmake*", "files:**.rc"}
buildmessage 'Compiling Windows Resources %[%{file.relpath}]'
buildcommands {
'windres.exe "%[%{!file.relpath}]" "%[%{!cfg.objdir}/%{file.basename}.out]" '
}
buildcommands {
'windres.exe "%[%{!file.relpath}]" "%[%{!cfg.objdir}/%{file.basename}.out]" '
}
filter{}
includedirs { "../src" }
includedirs { "../include" }
@@ -208,7 +208,7 @@ if (downloadRaylib) then
links {"OpenGL.framework", "Cocoa.framework", "IOKit.framework", "CoreFoundation.framework", "CoreAudio.framework", "CoreVideo.framework", "AudioToolbox.framework"}
filter{}
project "raylib"
kind "StaticLib"