issues
search
dlang
/
dub-docs
Documentation for the Dub package manager
https://dub.pm
Boost Software License 1.0
16
stars
23
forks
source link
[dub-reference/output_target] Basic content
#67
Open
WebFreak001
opened
1 year ago
WebFreak001
commented
1 year ago
describe how the binary output path is generated by default
link to build settings affecting the output
describe what unittest does by default, how it behaves when overriden and if it's possible to somehow restore that behavior
tell about how
dub describe
can be used to get the values programmatically as well (but no way to directly get the binary output yet)
describe that there may be multiple outputs depending on the target
give samples (on windows PDB and DLL related files are emitted for example, check DUB source - my object file output PR might touch this as well)
List default file extensions per platform
Give easy copy-pasteable snippet for
bin
target output, like commonly used in some packages (
targetPath "bin"
)
dub describe
can be used to get the values programmatically as well (but no way to directly get the binary output yet)bin
target output, like commonly used in some packages (targetPath "bin"
)