Added version information.

This commit is contained in:
Francois Gouget 2003-05-13 22:26:09 +00:00 committed by Alexandre Julliard
parent 6d5cd45894
commit fe0bae39e0
9 changed files with 89 additions and 0 deletions

View File

@ -3,3 +3,4 @@ shdocvw.dll
shdocvw.dll.dbg.c
shdocvw.spec.c
shdocvw.spec.def
version.res

View File

@ -19,6 +19,8 @@ C_SRCS = \
shdocvw_main.c \
webbrowser.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:

26
dlls/shdocvw/version.rc Normal file
View 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"

View File

@ -1,4 +1,5 @@
Makefile
version.res
winsock.spec.c
ws2_32.dll.dbg.c
ws2_32.spec.c

View File

@ -16,6 +16,8 @@ C_SRCS = \
async.c \
socket.c
RC_SRCS = version.rc
SUBDIRS = tests
@MAKE_DLL_RULES@

27
dlls/winsock/version.rc Normal file
View 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"

View File

@ -1,4 +1,5 @@
Makefile
version.res
wsock32.dll.dbg.c
wsock32.spec.c
wsock32.spec.def

View File

@ -13,6 +13,8 @@ C_SRCS = \
service.c \
socket.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies:

27
dlls/wsock32/version.rc Normal file
View 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"