Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-ide
Commits
44cb0d5f
Commit
44cb0d5f
authored
Sep 16, 2016
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the version resource of the CleanIDE on windows
parent
400600d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
WinSupport/winIde.rc
WinSupport/winIde.rc
+0
-41
No files found.
WinSupport/winIde.rc
View file @
44cb0d5f
#include <winver.h>
#define VERSION_RES_BIN_NAME "CleanIde.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Integrated Development Environment\0"
#define VERSION_RES_STRING "2.4\0"
#define VERSION_RES_PRODUCT_NAME "CleanIde\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0"
32512 ICON icons\clean_exe.ico
32513 ICON icons\clean_prj.ico
...
...
@@ -24,36 +16,3 @@
32518 BITMAP bitmaps\srchBM.bmp
32519 BITMAP bitmaps\updtBM.bmp
32520 BITMAP bitmaps\urunBM.bmp
//
// Version resource
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,0,0
PRODUCTVERSION 2,4,0,0
FILEFLAGSMASK 0x0030003FL
FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", VERSION_RES_COMPANY_NAME
VALUE "FileDescription", VERSION_RES_BIN_DESCRIPTION
VALUE "FileVersion", VERSION_RES_STRING
VALUE "InternalName", VERSION_RES_BIN_NAME
VALUE "LegalCopyright", VERSION_RES_COPYRIGHT
VALUE "OriginalFilename", VERSION_RES_BIN_NAME
VALUE "ProductName", VERSION_RES_PRODUCT_NAME
VALUE "ProductVersion", VERSION_RES_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
Write
Preview
Markdown
is supported
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