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
6aba9cf26f
commit
1c6b279057
@ -1,7 +1,7 @@
|
|||||||
project "GLFW"
|
project "GLFW"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
staticruntime "off"
|
staticruntime "on"
|
||||||
|
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||||
@ -21,8 +21,6 @@ project "GLFW"
|
|||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
pic "On"
|
pic "On"
|
||||||
|
|
||||||
systemversion "latest"
|
|
||||||
|
|
||||||
files {
|
files {
|
||||||
"src/x11_init.c",
|
"src/x11_init.c",
|
||||||
"src/x11_monitor.c",
|
"src/x11_monitor.c",
|
||||||
@ -71,3 +69,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