Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ee33c001
Commit
ee33c001
authored
Nov 30, 2003
by
Stefan Leichter
Committed by
Alexandre Julliard
Nov 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the version resource to be created in the common way.
parent
2ae6f4bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
33 deletions
+13
-33
wine_common_ver.rc
include/wine/wine_common_ver.rc
+5
-1
regsvr32.rc
programs/regsvr32/regsvr32.rc
+8
-32
No files found.
include/wine/wine_common_ver.rc
View file @
ee33c001
...
...
@@ -42,6 +42,10 @@ never complain.
#define WINE_FILENAME_STR ""
#endif
#ifndef WINE_FILETYPE
#define WINE_FILETYPE VFT_DLL
#endif
#ifndef WINE_PRODUCTVERSION
#define WINE_PRODUCTVERSION 1,0,0,0
#endif
...
...
@@ -60,7 +64,7 @@ PRODUCTVERSION WINE_PRODUCTVERSION
FILEFLAGSMASK 0
FILEFLAGS 0
FILEOS VOS_UNKNOWN
FILETYPE
VFT_DLL
FILETYPE
WINE_FILETYPE
FILESUBTYPE VFT2_UNKNOWN
{
BLOCK "StringFileInfo"
...
...
programs/regsvr32/regsvr32.rc
View file @
ee33c001
...
...
@@ -15,39 +15,15 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* FIXME: not sure about values of FILEFLAGSMASK, FILEOS, Translation
*/
#include "windef.h"
#include "winbase.h"
#include "winver.h"
#define WINE_FILEDESCRIPTION_STR "Wine Register Server"
#define WINE_FILENAME_STR "REGSVR32"
#define WINE_FILETYPE VFT_APP
#define WINE_FILEVERSION 5,0,1586,1
#define WINE_FILEVERSION_STR "5.0.1586.1"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_PRODUCTVERSION 5,0,1586,1
#define WINE_PRODUCTVERSION_STR "5.0"
1 VERSIONINFO
FILEVERSION 5, 0, 1586, 1
PRODUCTVERSION 5, 0, 1586, 1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_DOS_WINDOWS32
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "CompanyName", "Wine Developer Team"
VALUE "FileDescription", "Wine Register Server"
VALUE "FileVersion", "0.01"
VALUE "InternalName", "REGSVR32"
VALUE "LegalCopyright", "Copyright (c) 2003 the Wine project authors"
VALUE "OriginalFilename", "REGSVR32.EXE"
VALUE "ProductName", "Wine"
VALUE "ProductVersion", "1.00"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1030, 1200
}
}
#include "wine/wine_common_ver.rc"
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