Branimir Karadžić %!s(int64=9) %!d(string=hai) anos
pai
achega
f0ff56c8ed
Modificáronse 1 ficheiros con 2 adicións e 13 borrados
  1. 2 13
      scripts/genie.lua

+ 2 - 13
scripts/genie.lua

@@ -173,21 +173,10 @@ function exampleProject(_name)
 	end
 	end
 
 
 	if _OPTIONS["with-ovr"] then
 	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) }
 			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) }
 			libdirs { path.join("$(OVR_DIR)/LibOVR/Lib/Windows/x64/Release", _ACTION) }
 
 
 		configuration { "x32 or x64" }
 		configuration { "x32 or x64" }