summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua21
1 files changed, 1 insertions, 20 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index fb8362791a8..9212b393be3 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -53,7 +53,7 @@ newoption {
newoption {
trigger = "osd",
- description = "Choose target OSD",
+ description = "Choose OSD layer implementation",
}
newoption {
@@ -781,26 +781,12 @@ configuration { "mingw*" }
"-static-libgcc",
"-static-libstdc++",
}
-if _OPTIONS["osd"]=="sdl" then
- links {
- "SDL2",
- "imm32",
- "version",
- "ole32",
- "oleaut32",
- }
-end
links {
"user32",
- "gdi32",
- "dsound",
- "dxguid",
"winmm",
"advapi32",
- "comctl32",
"shlwapi",
"wsock32",
- "comdlg32",
}
configuration { "vs*" }
@@ -813,15 +799,10 @@ configuration { "vs*" }
}
links {
"user32",
- "gdi32",
- "dsound",
- "dxguid",
"winmm",
"advapi32",
- "comctl32",
"shlwapi",
"wsock32",
- "comdlg32",
}
buildoptions {