This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3] Added file properties to windows gdb executable for all mingw32 builds.


On 08/23/2013 04:54 PM, Bernd Bunk wrote:
> On Windows OS it is custom that executables and DLL's show file properties.
> These contain product name/version, file name/version, company/copyright info.
> File properties are visible by right-click on the file, selecting properties \ details.
> This patch adds file properties to the gdb executable for all mingw builds.
> 
> 2013-08-14  Bernd Bunk  <bernd.bunk@intel.com>
> 
> 	* Makefile.in (windows_exe_properties.h): Add rule to create
> 	windows_exe_properties.h header file with file property information.
> 	(windows_exe_properties.o): Added rule to build the resource file.

I didn't find where this was updated to write to a temporary file, and
then move to the final destination.  Did I miss something?

> 	* configure: Add windows_exe_properties.o to mingw32 specific
> 	objects.

configure is a generated file.  You'll need to edit configure.ac instead.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]