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/vulkan.c",
|
||||||
"src/window.c"
|
"src/window.c"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
|
|
||||||
pic "On"
|
pic "On"
|
||||||
|
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
@ -46,6 +44,7 @@ project "GLFW"
|
|||||||
|
|
||||||
filter "system:windows"
|
filter "system:windows"
|
||||||
buildoptions { "-std=c11", "-lgdi32" }
|
buildoptions { "-std=c11", "-lgdi32" }
|
||||||
|
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
staticruntime "On"
|
staticruntime "On"
|
||||||
|
|
||||||
@ -67,5 +66,6 @@ project "GLFW"
|
|||||||
"_GLFW_WIN32",
|
"_GLFW_WIN32",
|
||||||
"_CRT_SECURE_NO_WARNINGS"
|
"_CRT_SECURE_NO_WARNINGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter { "system:windows", "configurations:Release" }
|
filter { "system:windows", "configurations:Release" }
|
||||||
buildoptions "/MT"
|
buildoptions "/MT"
|
||||||
|
Loading…
Reference in New Issue
Block a user