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