From f0ff56c8ed7a02bbdcd1af265846fcebbaeba5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 2 Apr 2016 18:47:54 -0700 Subject: [PATCH] Cleanup. --- scripts/genie.lua | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index f6a1895e1..3cf7e9b4b 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -173,21 +173,10 @@ function exampleProject(_name) end if _OPTIONS["with-ovr"] then - links { - "winmm", - "ws2_32", - } - - configuration { "x32", "Debug" } - libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/Win32/Debug", _ACTION) } - - configuration { "x32", "Release" } + configuration { "x32" } libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/Win32/Release", _ACTION) } - configuration { "x64", "Debug" } - libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/x64/Debug", _ACTION) } - - configuration { "x64", "Release" } + configuration { "x64" } libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/x64/Release", _ACTION) } configuration { "x32 or x64" }