Added version information.
This commit is contained in:
parent
6d5cd45894
commit
fe0bae39e0
@ -3,3 +3,4 @@ shdocvw.dll
|
|||||||
shdocvw.dll.dbg.c
|
shdocvw.dll.dbg.c
|
||||||
shdocvw.spec.c
|
shdocvw.spec.c
|
||||||
shdocvw.spec.def
|
shdocvw.spec.def
|
||||||
|
version.res
|
||||||
|
@ -19,6 +19,8 @@ C_SRCS = \
|
|||||||
shdocvw_main.c \
|
shdocvw_main.c \
|
||||||
webbrowser.c
|
webbrowser.c
|
||||||
|
|
||||||
|
RC_SRCS = version.rc
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
26
dlls/shdocvw/version.rc
Normal file
26
dlls/shdocvw/version.rc
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2003 Francois Gouget (for CodeWeavers)
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||||
|
#define WINE_FILENAME_STR "shdocw.dll"
|
||||||
|
#define WINE_FILEVERSION 5,50,0,0
|
||||||
|
#define WINE_FILEVERSION_STR "5.50.0.0"
|
||||||
|
#define WINE_PRODUCTVERSION 5,50,0,0
|
||||||
|
#define WINE_PRODUCTVERSION_STR "5.50"
|
||||||
|
|
||||||
|
#include "wine/wine_common_ver.rc"
|
@ -1,4 +1,5 @@
|
|||||||
Makefile
|
Makefile
|
||||||
|
version.res
|
||||||
winsock.spec.c
|
winsock.spec.c
|
||||||
ws2_32.dll.dbg.c
|
ws2_32.dll.dbg.c
|
||||||
ws2_32.spec.c
|
ws2_32.spec.c
|
||||||
|
@ -16,6 +16,8 @@ C_SRCS = \
|
|||||||
async.c \
|
async.c \
|
||||||
socket.c
|
socket.c
|
||||||
|
|
||||||
|
RC_SRCS = version.rc
|
||||||
|
|
||||||
SUBDIRS = tests
|
SUBDIRS = tests
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
27
dlls/winsock/version.rc
Normal file
27
dlls/winsock/version.rc
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2003 Francois Gouget (for CodeWeavers)
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define WINE_FILEVERSION 4,0,0,0
|
||||||
|
#define WINE_FILEVERSION_STR "4.0.0.0"
|
||||||
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||||
|
#define WINE_FILENAME_STR "ws2_32.dll"
|
||||||
|
|
||||||
|
#define WINE_PRODUCTVERSION 4,0,0,0
|
||||||
|
#define WINE_PRODUCTVERSION_STR "4.0"
|
||||||
|
|
||||||
|
#include "wine/wine_common_ver.rc"
|
@ -1,4 +1,5 @@
|
|||||||
Makefile
|
Makefile
|
||||||
|
version.res
|
||||||
wsock32.dll.dbg.c
|
wsock32.dll.dbg.c
|
||||||
wsock32.spec.c
|
wsock32.spec.c
|
||||||
wsock32.spec.def
|
wsock32.spec.def
|
||||||
|
@ -13,6 +13,8 @@ C_SRCS = \
|
|||||||
service.c \
|
service.c \
|
||||||
socket.c
|
socket.c
|
||||||
|
|
||||||
|
RC_SRCS = version.rc
|
||||||
|
|
||||||
@MAKE_DLL_RULES@
|
@MAKE_DLL_RULES@
|
||||||
|
|
||||||
### Dependencies:
|
### Dependencies:
|
||||||
|
27
dlls/wsock32/version.rc
Normal file
27
dlls/wsock32/version.rc
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2003 Francois Gouget (for CodeWeavers)
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define WINE_FILEVERSION 4,0,0,0
|
||||||
|
#define WINE_FILEVERSION_STR "4.0.0.0"
|
||||||
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
||||||
|
#define WINE_FILENAME_STR "wsock32.dll"
|
||||||
|
|
||||||
|
#define WINE_PRODUCTVERSION 4,0,0,0
|
||||||
|
#define WINE_PRODUCTVERSION_STR "4.0"
|
||||||
|
|
||||||
|
#include "wine/wine_common_ver.rc"
|
Loading…
x
Reference in New Issue
Block a user