Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 3212

How can I compile a Project (".DPROJ" file) bypassing the linker (without generate the ".EXE" file)

$
0
0

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


Viewing all articles
Browse latest Browse all 3212

Trending Articles