resource.rc: update to use clearer macros.

This commit is contained in:
Guillaume Jacquemin 2022-07-21 09:19:13 +02:00
parent 65bb0d82a9
commit 2a25dd371c
1 changed files with 9 additions and 3 deletions

View File

@ -14,15 +14,21 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <winuser.h>
#include <winver.h>
MAINICON ICON "mbst.ico" MAINICON ICON "mbst.ico"
1 24 "Application.manifest" 1 RT_MANIFEST "Application.manifest"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 1,4,0,0 FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0 PRODUCTVERSION 1,4,0,0
FILEOS 0x40004 FILEOS VOS_NT_WINDOWS32
FILETYPE 0x1 #ifdef SAVETOOL_DEBUG_BUILD
FILEFLAGS VS_FF_DEBUG
#endif
FILETYPE VFT_APP
{ {
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
{ {