Nur das kann man halt nicht trennen, da das auf jeden Fall Änderungen an der
RTL/
VCL nach sich zieht.
Idealerweise muss man auch umfangreiche Änderungen an der Compiler-Architektur machen ( Trennung Front/Back-End)
Alt:
Code:
-Compiler für Delphi/
Win32/x86
-Compiler für C++/
Win32/x86
Nächster Schritt
-Compiler für Delphi/Win64/x86
-Compiler für MacOS(32Bit)/x86
Dann:
-Compiler für Delphi
Win32/x86
-Compiler für C++ Win64/x86
-> MacOS 32Bit
MacOS 64Bit
Linux ...
Ziel:
-Compiler für Delphi
Win32
-Compiler für C++ Win64
-Compiler für xxx -> MacOS 32 -> x86
MacOS 64 Arm
Linux ...