shineworld 73 Posted October 6, 2021 Hi all, I'm using Sydney 10.4.1 and I'm used to works with ProjectGroups formed by 8-12 projects. A project could have only WIN32 version and other have either WIN32 and WIN64 versions. A WIN32 build outputs an exe as <project_name>.32.exe. A WIN64 build outputs an exe as <project_name>.64.exe There is a way to say to IDE: Build all projects versions (Win32 or Win32/Win64 when projects have either) in a single click? At this moment I need to continue to switch manually the active Target Platform from WIN32 to WIN64 and it is a great waste of time. Thank you in advance for your replies. Share this post Link to post
Vandrovnik 214 Posted October 6, 2021 (edited) There is a possibility to build from command line: https://docwiki.embarcadero.com/RADStudio/Sydney/en/Building_a_Project_Using_an_MSBuild_Command Edited October 6, 2021 by Vandrovnik 1 Share this post Link to post
Uwe Raabe 2057 Posted October 6, 2021 2 hours ago, shineworld said: There is a way to say to IDE: Build all projects versions (Win32 or Win32/Win64 when projects have either) in a single click? Yes, it is called Build Groups: Do you know Build Groups? 2 Share this post Link to post
David Heffernan 2345 Posted October 7, 2021 13 hours ago, Uwe Raabe said: Yes, it is called Build Groups: Do you know Build Groups? Attempts to build multiple projects in a group lead to out of memory errors on my XE7 Delphi. I guess things are somewhat better in later releases. Share this post Link to post
shineworld 73 Posted October 7, 2021 Thanks Uwe Raabe, the Build Groups is what I need!!! Share this post Link to post