How to set up multi-dimensional DUB package configuration?
    Dukc 
    ajieskola at gmail.com
       
    Wed Feb 12 12:38:05 UTC 2020
    
    
  
Illustration, I want to choose both an edition and marked 
copyright holder:
```
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"
}
```
    
    
More information about the Digitalmars-d-learn
mailing list