Remove support for OPTLINK builds.
This didn't link anyway and since 64-bit compilation is the default for DMD nowadays, there is no reason whatsoever to keep supporting it.
This commit is contained in:
parent
cd8d90b5c4
commit
4c772629f2
16
dub.sdl
16
dub.sdl
|
@ -36,27 +36,15 @@ configuration "kqueue" {
|
|||
}
|
||||
|
||||
configuration "winapi" {
|
||||
platforms "windows-x86_64" "windows-x86_mscoff" "windows-ldc" "windows-gdc"
|
||||
platforms "windows"
|
||||
versions "EventcoreWinAPIDriver"
|
||||
}
|
||||
|
||||
configuration "select" {
|
||||
platforms "posix" "windows-x86_64" "windows-x86_mscoff"
|
||||
platforms "posix" "windows"
|
||||
versions "EventcoreSelectDriver"
|
||||
}
|
||||
|
||||
configuration "winapi-optlink" {
|
||||
platforms "windows-x86-dmd"
|
||||
versions "EventcoreWinAPIDriver"
|
||||
sourceFiles "lib/ws2_32.lib" "lib/kernel32.lib"
|
||||
}
|
||||
|
||||
configuration "select-optlink" {
|
||||
platforms "windows-x86-dmd"
|
||||
versions "EventcoreSelectDriver"
|
||||
sourceFiles "lib/ws2_32.lib" "lib/kernel32.lib"
|
||||
}
|
||||
|
||||
configuration "libasync" {
|
||||
dependency "libasync" version="~>0.8.2"
|
||||
versions "EventcoreLibasyncDriver"
|
||||
|
|
Loading…
Reference in a new issue