vibe / how to use the Win32EventDriver ?

Robert M. Münch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 7 10:23:31 PST 2016


On 2016-01-07 16:23:53 +0000, Daniel Kozak via Digitalmars-d-learn said:

> use subConfigurations in your dub file
> 
> "dependencies": {
> 		"vibe-d": "version"
> },
> "subConfigurations": {
> 	"vibe-d": "win32"
> }

Well, that's what I do:

	"dependencies": {
		"vibe-d": "~>0.7.26"
	},
        "versions": ["VibeCustomMain"],
        "subConfigurations": {
		"vide-d": "win32"
	}

But this uses "libevent".

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



More information about the Digitalmars-d-learn mailing list