mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
staticruntime off
This commit is contained in:
parent
4fba735d5e
commit
1a3b9eacfc
@ -1,6 +1,7 @@
|
||||
project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
staticruntime "off"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
@ -21,8 +22,7 @@ project "GLFW"
|
||||
pic "On"
|
||||
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
|
||||
files
|
||||
{
|
||||
"src/x11_init.c",
|
||||
@ -44,7 +44,6 @@ project "GLFW"
|
||||
|
||||
filter "system:windows"
|
||||
systemversion "latest"
|
||||
staticruntime "On"
|
||||
|
||||
files
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user