V Thu, 7 Jan 2016 16:35:24 +0100
"Robert M. Münch via Digitalmars-d-learn"
<[email protected]> napsáno:

> When I build for Windows, it seems that the "libevent" driver is
> used. I can see that there is a "Win32EventDriver" which setups a GUI
> message loop as well. How can I use this driver instead of the
> "libevent" one?
> 

use subConfigurations in your dub file

"dependencies": {
                "vibe-d": "version"
},
"subConfigurations": {
        "vibe-d": "win32"
}

Reply via email to