Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
d0e99ea0
Commit
d0e99ea0
authored
Mar 07, 2013
by
Julien Malik
Browse files
ENH: better WIN32 resource file
parent
a005a0e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/Application/mvdWin32.rc.in
View file @
d0e99ea0
IDI_ICON1 ICON DISCARDABLE "@Monteverdi2_WIN32_ICON@"
#include "winver.h"
IDI_ICON1 ICON DISCARDABLE "@Monteverdi2_WIN32_ICON@"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @Monteverdi2_VERSION_MAJOR@,@Monteverdi2_VERSION_MINOR@,@Monteverdi2_VERSION_PATCH@,0
PRODUCTVERSION @Monteverdi2_VERSION_MAJOR@,@Monteverdi2_VERSION_MINOR@,@Monteverdi2_VERSION_PATCH@,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "OrfeoToolbox"
VALUE "FileDescription", "Monteverdi 2"
VALUE "FileVersion", "@Monteverdi2_VERSION_MAJOR@.@Monteverdi2_VERSION_MINOR@.@Monteverdi2_VERSION_PATCH@.0"
VALUE "LegalCopyright", "Copyright (c) 2012-2013 Centre National d'Etudes Spatiales. All rights reserved."
VALUE "InternalName", "monteverdi2"
VALUE "OriginalFilename", "monteverdi2.exe"
VALUE "ProductName", "Monteverdi 2"
VALUE "ProductVersion", "@Monteverdi2_VERSION_MAJOR@.@Monteverdi2_VERSION_MINOR@.@Monteverdi2_VERSION_PATCH@.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0, 1200
END
END
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment