From 11b327dd89cb9a2bc647834af297a1615ab0359f Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sun, 22 Feb 2009 13:55:25 +0100 Subject: Add PE information when building windows binaries --- src/icon_ph.rc | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'src/icon_ph.rc') diff --git a/src/icon_ph.rc b/src/icon_ph.rc index eef8e41..d6b02de 100644 --- a/src/icon_ph.rc +++ b/src/icon_ph.rc @@ -1,4 +1,21 @@ - -app ICON DISCARDABLE "../ico/photorec.ico" - - +app ICON DISCARDABLE "../ico/photorec.ico" + +1 VERSIONINFO +FILEVERSION 6, 11, 0, 0 +PRODUCTVERSION 6, 11, 0, 0 +FILEFLAGSMASK 0x3f +FILEOS 0x4 +FILETYPE 0x1 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "CompanyName", "CGSecurity" + VALUE "FileDescription", "PhotoRec" + VALUE "InternalName", "PhotoRec" + VALUE "LegalCopyright", "Copyright \251 2009" + VALUE "OriginalFilename", "photorec_win.exe" + END + END +END -- cgit v1.1