Ich benutze für Jedes Projekt etwa folgende Struktur:
Code:
+---MyProject
+---Source
| +---MyProject.dpr
| +---Main.pas
| +---...
+---Lib
+---Bin
+---Units
| +---Delphi7
| +---Delphi2010
| +---Debug
| +---Release
+---Documentation
+---Pictures
+---Tests
+---AdditionalFiles
Die DCUs kommen in eines der Units Unterverzeichnisse - entsprechend des Compilers und Zielkonfiguration.
Alle Pfade sind relativ zur Projektdatei angegeben: Absolute Pfade sind ein absolutes Nogo.