diff --git a/dlls/shdocvw/.cvsignore b/dlls/shdocvw/.cvsignore index d5e8b67471a..b2ed12ef849 100644 --- a/dlls/shdocvw/.cvsignore +++ b/dlls/shdocvw/.cvsignore @@ -3,3 +3,4 @@ shdocvw.dll shdocvw.dll.dbg.c shdocvw.spec.c shdocvw.spec.def +version.res diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in index e55e9e0967d..f8a2f5514a3 100644 --- a/dlls/shdocvw/Makefile.in +++ b/dlls/shdocvw/Makefile.in @@ -19,6 +19,8 @@ C_SRCS = \ shdocvw_main.c \ webbrowser.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ ### Dependencies: diff --git a/dlls/shdocvw/version.rc b/dlls/shdocvw/version.rc new file mode 100644 index 00000000000..4fc13239604 --- /dev/null +++ b/dlls/shdocvw/version.rc @@ -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" diff --git a/dlls/winsock/.cvsignore b/dlls/winsock/.cvsignore index 4be15f2f458..2f842e59bdd 100644 --- a/dlls/winsock/.cvsignore +++ b/dlls/winsock/.cvsignore @@ -1,4 +1,5 @@ Makefile +version.res winsock.spec.c ws2_32.dll.dbg.c ws2_32.spec.c diff --git a/dlls/winsock/Makefile.in b/dlls/winsock/Makefile.in index 47b8ad8f95a..7356729d332 100644 --- a/dlls/winsock/Makefile.in +++ b/dlls/winsock/Makefile.in @@ -16,6 +16,8 @@ C_SRCS = \ async.c \ socket.c +RC_SRCS = version.rc + SUBDIRS = tests @MAKE_DLL_RULES@ diff --git a/dlls/winsock/version.rc b/dlls/winsock/version.rc new file mode 100644 index 00000000000..73d4d35cb04 --- /dev/null +++ b/dlls/winsock/version.rc @@ -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" diff --git a/dlls/wsock32/.cvsignore b/dlls/wsock32/.cvsignore index 4a76d3820ac..648977a4971 100644 --- a/dlls/wsock32/.cvsignore +++ b/dlls/wsock32/.cvsignore @@ -1,4 +1,5 @@ Makefile +version.res wsock32.dll.dbg.c wsock32.spec.c wsock32.spec.def diff --git a/dlls/wsock32/Makefile.in b/dlls/wsock32/Makefile.in index 7502b668e2f..7d687b6775f 100644 --- a/dlls/wsock32/Makefile.in +++ b/dlls/wsock32/Makefile.in @@ -13,6 +13,8 @@ C_SRCS = \ service.c \ socket.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ ### Dependencies: diff --git a/dlls/wsock32/version.rc b/dlls/wsock32/version.rc new file mode 100644 index 00000000000..12c36311bdc --- /dev/null +++ b/dlls/wsock32/version.rc @@ -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"