Re: How can I structure a Meson build project in D to use DUB.

2019-05-28 Thread GoaLitiuM via Digitalmars-d-learn
On Tuesday, 28 May 2019 at 18:11:09 UTC, Mike Brockus wrote: How can I structure a Meson build project in D to use dub as a method for dependencies like urld, d2sqlite or unit-threaded? If that is not what Meson users of D do then what is the pure Meson of things way? C https://github.com/sq

Re: How can I structure a Meson build project in D to use DUB.

2019-05-28 Thread GoaLitiuM via Digitalmars-d-learn
On Tuesday, 28 May 2019 at 18:13:17 UTC, GoaLitiuM wrote: On Tuesday, 28 May 2019 at 18:11:09 UTC, Mike Brockus wrote: How can I structure a Meson build project in D to use dub as a method for dependencies like urld, d2sqlite or unit-threaded? If that is not what Meson users of D do then what

Re: What's the difference between sourcePaths and importPaths in DUB?

2019-11-18 Thread GoaLitiuM via Digitalmars-d-learn
On Monday, 18 November 2019 at 21:44:06 UTC, WhatMeWorry wrote: The documentation doesn't go into much detail: sourcePaths "" ["" [...]] Allows to customize the path where to look for source files (any folder "source" or "src" is automatically used as a source path if no sourcePaths setting

Re: How add "version.txt" Version File by Command Line or by resources.res using dmd.exe

2019-12-08 Thread GoaLitiuM via Digitalmars-d-learn
On Sunday, 8 December 2019 at 20:50:05 UTC, Marcone wrote: I want to add version to my program. I have configurated my version file "version.txt", but I dont know how link this file to my program. If Need spec file, please send the exemple code of spec. Or is is possible add version file by d