mirror of
https://github.com/glfw/glfw.git
synced 2025-10-02 04:41:17 +00:00
premake file updated
This commit is contained in:
parent
4a62c2b92a
commit
2a15110c14
11
premake5.lua
11
premake5.lua
@ -1,6 +1,7 @@
|
||||
project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
staticruntime "on"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
@ -30,7 +31,6 @@ project "GLFW"
|
||||
|
||||
filter "system:windows"
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
files
|
||||
{
|
||||
@ -54,5 +54,10 @@ project "GLFW"
|
||||
"_CRT_SECURE_NO_WARNINGS"
|
||||
}
|
||||
|
||||
filter { "system:windows", "configurations:Release" }
|
||||
buildoptions "/MT"
|
||||
filter "configurations:Debug"
|
||||
runtime "Debug"
|
||||
symbols "on"
|
||||
|
||||
filter "configurations:Release"
|
||||
runtime "Release"
|
||||
optimize "on"
|
Loading…
Reference in New Issue
Block a user