I would like to find the generated .cfg file passed to the Delphi command line compiler.
I have checked the Keep generated .cfg file box in Compiler options, but I can’t find the generated file.
What name do you expect it to have, and in which folder will I find it?
Finalbuilder 7.0.0.2671
Windows 7 Professional 64 bit
Delphi XE3
The file will have a .used extension in the same folder as the dpr.
Thanks Vincent I have now found the file.
The problem I am trying to solve is that when I check the Regenerate Resource box, the .rc file created refers to a manifest file in a different folder. What program and command line does Finalbuilder run to regenerate resources? I expected it to be a command line option to the DCC, but comparing .used files with and without Regenerate Resource shows no differences.
With thanks for your help.
David
The manifest file setting is on the Resource Compiler tab, which is not always visible, use the arrows on the top right of the dialog to scroll the tabs, or the drop down menu to go directly to a specific tab.
BTW, Regenerate resource generates a .rc file and then calls brcc32 to compile it. The manifest file used is either extracted from the project.res file or the one referered to in the .dproj file, depending on which version of delphi and how you setup the action.
Thank you Vincent.
A grayed out button means disabled to me, so I had never thought to try scrolling for more tabs.