Originally shared by Jeroen Wiert Pluimers


Originally shared by Jeroen Wiert Pluimers

Since Delphi (XE8) does not adhere the `$(PROJECTNAME)` in a "Unit Output Directory" of `.\$(Platform)\$(Config)\$(PROJECTNAME)` - it makes the DCU files end up in `.\$(Platform)\$(Config)`

What is a good strategy for a project-group containing multiple project for:
1. All the EXE ending up in the same directory, but depending on $(Platform) and $(Config)
2. The DCU files all ending up in different directories for each project, but also depending on $(Platform) and $(Config)

Comments