mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 17:01:59 +00:00
Update premake5.lua
This commit is contained in:
parent
be61848092
commit
7ea4f4ad8f
@ -1,7 +1,7 @@
|
|||||||
project "GLFW"
|
project "GLFW"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
staticruntime "on"
|
staticruntime "off"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
|
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||||
@ -76,4 +76,4 @@ project "GLFW"
|
|||||||
|
|
||||||
filter "configurations:Ship"
|
filter "configurations:Ship"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "On"
|
optimize "On"
|
||||||
|
Loading…
Reference in New Issue
Block a user