Hi, I have dozens of Delphi Projects (".DPROJ" file), where one project can depend on others, and I'm using a dependency manager to compile in order.
But, I don't want generate the executable for the majority.
I'm compiling using the MSBUILD (the Dependency Manager calls the MSBUILD). How can I compile bypassing the linker?
Regards