Converted spaces to tabs

as requested in #1
This commit is contained in:
lovely_santa 2019-07-03 11:32:20 +02:00 committed by GitHub
parent f822529f26
commit 8f16ea0392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"