```
configuration "inhouse" {
targetType "executable"
versions "InhouseEdition"
}
configuration "salesmen" {
targetType "executable"
versions "SalesmenEdition"
}
configuration "internet" {
targetType "executable"
versions "InternetEdition"
}
configuration "copyrightcompanya" {
versions "CopyrightCompanyA"
}
configuration "copyrightcompanyb" {
versions "CopyrightCompanyB"
}
```Re: How to set up multi-dimensional DUB package configuration?
Dukc via Digitalmars-d-learn Wed, 12 Feb 2020 04:40:43 -0800
Illustration, I want to choose both an edition and marked
copyright holder:
- How to set up multi-dimensional DUB package c... Dukc via Digitalmars-d-learn
- Re: How to set up multi-dimensional DUB ... Dukc via Digitalmars-d-learn
