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
clean-compiler-and-rts
compiler
Commits
4f86508b
Commit
4f86508b
authored
Jul 05, 2018
by
John van Groningen
Browse files
Delete no longer used version resource for windows
parent
6ff38bf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
coclmaindll/CleanCompiler.rc
deleted
100644 → 0
View file @
6ff38bf1
#include <winver.h>
#define VERSION_RES_BIN_NAME "CleanCompiler.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Compiler\0"
#define VERSION_RES_STRING "2.3\0"
#define VERSION_RES_PRODUCT_NAME "CleanSystem\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2010 Radboud University Nijmegen.\0"
//
// Version resource
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2,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
coclmaindll/makeresource.bat
deleted
100644 → 0
View file @
6ff38bf1
rc
-r -dWIN
32
CleanCompiler
.rc
link
-out
:CleanCompiler
.rsrc
dummy
.obj
CleanCompiler
.res
\ No newline at end of file
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