On Monday, 5 December 2016 at 11:51:52 UTC, unDEFER wrote:

    "libs-posix": ["db"],
    "sourceFiles-windows-dmd": ["libdb53d.lib", "WS_32.LIB"],
    "dflags-windows": ["-m32mscoff"],

    "subPackages": [
....

I understand that I don't must add "sourceFiles-windows-dmd" to lib project, I must add it to subPackages, but dub places the names of lib BEFORE -m32mscoff. So it doesn't work.
Say me: dub for windows not ready??


Reply via email to