mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
parent
f822529f26
commit
8f16ea0392
@ -17,9 +17,7 @@ project "GLFW"
|
||||
"src/vulkan.c",
|
||||
"src/window.c"
|
||||
}
|
||||
|
||||
filter "system:linux"
|
||||
|
||||
pic "On"
|
||||
|
||||
systemversion "latest"
|
||||
@ -46,6 +44,7 @@ project "GLFW"
|
||||
|
||||
filter "system:windows"
|
||||
buildoptions { "-std=c11", "-lgdi32" }
|
||||
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
@ -67,5 +66,6 @@ project "GLFW"
|
||||
"_GLFW_WIN32",
|
||||
"_CRT_SECURE_NO_WARNINGS"
|
||||
}
|
||||
|
||||
filter { "system:windows", "configurations:Release" }
|
||||
buildoptions "/MT"
|
||||
|
Loading…
Reference in New Issue
Block a user