mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +00:00
Update premake5.lua
This commit is contained in:
parent
4bf3eba19e
commit
b3165d68a8
@ -1,7 +1,6 @@
|
||||
project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
staticruntime "off"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
@ -22,7 +21,8 @@ project "GLFW"
|
||||
pic "On"
|
||||
|
||||
systemversion "latest"
|
||||
|
||||
staticruntime "On"
|
||||
|
||||
files
|
||||
{
|
||||
"src/x11_init.c",
|
||||
@ -44,6 +44,7 @@ project "GLFW"
|
||||
|
||||
filter "system:windows"
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
files
|
||||
{
|
||||
@ -70,4 +71,4 @@ project "GLFW"
|
||||
|
||||
filter "configurations:Release"
|
||||
runtime "Release"
|
||||
optimize "on"
|
||||
optimize "on"
|
||||
|
Loading…
Reference in New Issue
Block a user