From 2a25dd371cac2d8466dd0948a0d6ff292d112d79 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 21 Jul 2022 09:19:13 +0200 Subject: [PATCH] resource.rc: update to use clearer macros. --- src/resource.rc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/resource.rc b/src/resource.rc index 4001ce5..57435bd 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -14,15 +14,21 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include +#include + MAINICON ICON "mbst.ico" -1 24 "Application.manifest" +1 RT_MANIFEST "Application.manifest" 1 VERSIONINFO FILEVERSION 1,4,0,0 PRODUCTVERSION 1,4,0,0 -FILEOS 0x40004 -FILETYPE 0x1 +FILEOS VOS_NT_WINDOWS32 +#ifdef SAVETOOL_DEBUG_BUILD +FILEFLAGS VS_FF_DEBUG +#endif +FILETYPE VFT_APP { BLOCK "StringFileInfo" {