Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
3707796f
Commit
3707796f
authored
Sep 15, 2016
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
6cdb87bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
82 deletions
+0
-82
WinSupport/winHeap.rc
WinSupport/winHeap.rc
+0
-41
WinSupport/winHeap.rsrc
WinSupport/winHeap.rsrc
+0
-0
WinSupport/winTime.rc
WinSupport/winTime.rc
+0
-41
WinSupport/winTime.rsrc
WinSupport/winTime.rsrc
+0
-0
No files found.
WinSupport/winHeap.rc
deleted
100644 → 0
View file @
6cdb87bb
#include <winver.h>
#define VERSION_RES_BIN_NAME "ShowHeapProfile.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Heap Profile Viewer\0"
#define VERSION_RES_STRING "2.4\0"
#define VERSION_RES_PRODUCT_NAME "ShowHeapProfile\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0"
//
// 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
WinSupport/winHeap.rsrc
deleted
100644 → 0
View file @
6cdb87bb
File deleted
WinSupport/winTime.rc
deleted
100644 → 0
View file @
6cdb87bb
#include <winver.h>
#define VERSION_RES_BIN_NAME "ShowTimeProfile.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Time Profile Viewer\0"
#define VERSION_RES_STRING "2.4\0"
#define VERSION_RES_PRODUCT_NAME "ShowTimeProfile\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0"
//
// 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
WinSupport/winTime.rsrc
deleted
100644 → 0
View file @
6cdb87bb
File deleted
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