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
2835ebee
Commit
2835ebee
authored
Nov 28, 2003
by
Stefan Leichter
Committed by
Alexandre Julliard
Nov 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added version info resource.
parent
b29f02a9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
0 deletions
+56
-0
.cvsignore
programs/regsvr32/.cvsignore
+1
-0
Makefile.in
programs/regsvr32/Makefile.in
+2
-0
regsvr32.rc
programs/regsvr32/regsvr32.rc
+53
-0
No files found.
programs/regsvr32/.cvsignore
View file @
2835ebee
Makefile
Makefile
regsvr32.exe.dbg.c
regsvr32.exe.dbg.c
regsvr32.exe.spec.c
regsvr32.exe.spec.c
regsvr32.res
programs/regsvr32/Makefile.in
View file @
2835ebee
...
@@ -9,6 +9,8 @@ IMPORTS = kernel32
...
@@ -9,6 +9,8 @@ IMPORTS = kernel32
C_SRCS
=
\
C_SRCS
=
\
regsvr32.c
regsvr32.c
RC_SRCS
=
regsvr32.rc
@MAKE_PROG_RULES@
@MAKE_PROG_RULES@
### Dependencies:
### Dependencies:
programs/regsvr32/regsvr32.rc
0 → 100644
View file @
2835ebee
/* Language neutral resources.
*
* Copyright 2003 Stefan Leichter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* 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"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
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
}
}
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