Signed-off-by: Austin English austinenglish@gmail.com --- dlls/ddrawex/Makefile.in | 2 ++ dlls/ddrawex/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/ddrawex/version.rc
diff --git a/dlls/ddrawex/Makefile.in b/dlls/ddrawex/Makefile.in index fc4a50bbab7..056f90a222f 100644 --- a/dlls/ddrawex/Makefile.in +++ b/dlls/ddrawex/Makefile.in @@ -9,3 +9,5 @@ C_SRCS = \ surface.c
IDL_SRCS = ddrawex.idl + +RC_SRCS = version.rc diff --git a/dlls/ddrawex/version.rc b/dlls/ddrawex/version.rc new file mode 100644 index 00000000000..b58c91950ff --- /dev/null +++ b/dlls/ddrawex/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine ddrawex" +#define WINE_FILENAME_STR "ddrawex.dll" +#define WINE_FILEVERSION 5,3,0,900 +#define WINE_FILEVERSION_STR "5.3.0.900" +#define WINE_PRODUCTVERSION 5,3,0,900 +#define WINE_PRODUCTVERSION_STR "5.3.0.900" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/dpwsockx/Makefile.in | 2 ++ dlls/dpwsockx/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/dpwsockx/version.rc
diff --git a/dlls/dpwsockx/Makefile.in b/dlls/dpwsockx/Makefile.in index 5ed3c7e5e50..5a386a7ac88 100644 --- a/dlls/dpwsockx/Makefile.in +++ b/dlls/dpwsockx/Makefile.in @@ -5,3 +5,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ dpwsockx_main.c + +RC_SRCS = version.rc diff --git a/dlls/dpwsockx/version.rc b/dlls/dpwsockx/version.rc new file mode 100644 index 00000000000..f7db0b69433 --- /dev/null +++ b/dlls/dpwsockx/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine dpwsockx" +#define WINE_FILENAME_STR "dpwsockx.dll" +#define WINE_FILEVERSION 5,3,1,904 +#define WINE_FILEVERSION_STR "5.3.1.904" +#define WINE_PRODUCTVERSION 5,3,1,904 +#define WINE_PRODUCTVERSION_STR "5.3.1.904" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/dx8vb/Makefile.in | 2 ++ dlls/dx8vb/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/dx8vb/version.rc
diff --git a/dlls/dx8vb/Makefile.in b/dlls/dx8vb/Makefile.in index c11eb9ef428..727265c6983 100644 --- a/dlls/dx8vb/Makefile.in +++ b/dlls/dx8vb/Makefile.in @@ -7,3 +7,5 @@ C_SRCS = \ main.c
IDL_SRCS = dx8vb.idl + +RC_SRCS = version.rc diff --git a/dlls/dx8vb/version.rc b/dlls/dx8vb/version.rc new file mode 100644 index 00000000000..b87d8f8ad96 --- /dev/null +++ b/dlls/dx8vb/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine dx8vb" +#define WINE_FILENAME_STR "dx8vb.dll" +#define WINE_FILEVERSION 5,3,1,902 +#define WINE_FILEVERSION_STR "5.3.1.902" +#define WINE_PRODUCTVERSION 5,3,1,902 +#define WINE_PRODUCTVERSION_STR "5.3.1.902" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/ksproxy.ax/Makefile.in | 2 ++ dlls/ksproxy.ax/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/ksproxy.ax/version.rc
diff --git a/dlls/ksproxy.ax/Makefile.in b/dlls/ksproxy.ax/Makefile.in index db6565855d3..efc24e78cc0 100644 --- a/dlls/ksproxy.ax/Makefile.in +++ b/dlls/ksproxy.ax/Makefile.in @@ -1,3 +1,5 @@ MODULE = ksproxy.ax
EXTRADLLFLAGS = -mno-cygwin + +RC_SRCS = version.rc diff --git a/dlls/ksproxy.ax/version.rc b/dlls/ksproxy.ax/version.rc new file mode 100644 index 00000000000..340f8a47e77 --- /dev/null +++ b/dlls/ksproxy.ax/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine ksproxy.ax" +#define WINE_FILENAME_STR "ksproxy.ax" +#define WINE_FILEVERSION 5,3,0,900 +#define WINE_FILEVERSION_STR "5.3.0.900" +#define WINE_PRODUCTVERSION 5,3,0,900 +#define WINE_PRODUCTVERSION_STR "5.3.0.900" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/ksuser/Makefile.in | 2 ++ dlls/ksuser/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/ksuser/version.rc
diff --git a/dlls/ksuser/Makefile.in b/dlls/ksuser/Makefile.in index 6674a680f24..c5e8251fb23 100644 --- a/dlls/ksuser/Makefile.in +++ b/dlls/ksuser/Makefile.in @@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ main.c + +RC_SRCS = version.rc diff --git a/dlls/ksuser/version.rc b/dlls/ksuser/version.rc new file mode 100644 index 00000000000..7cb006bdbfd --- /dev/null +++ b/dlls/ksuser/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine ksuser" +#define WINE_FILENAME_STR "ksuser.dll" +#define WINE_FILEVERSION 5,3,0,900 +#define WINE_FILEVERSION_STR "5.3.0.900" +#define WINE_PRODUCTVERSION 5,3,0,900 +#define WINE_PRODUCTVERSION_STR "5.3.0.900" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/qdvd/Makefile.in | 2 ++ dlls/qdvd/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/qdvd/version.rc
diff --git a/dlls/qdvd/Makefile.in b/dlls/qdvd/Makefile.in index 364a81e6378..bda22a79074 100644 --- a/dlls/qdvd/Makefile.in +++ b/dlls/qdvd/Makefile.in @@ -10,3 +10,5 @@ C_SRCS = \
IDL_SRCS = \ qdvd_classes.idl + +RC_SRCS = version.rc diff --git a/dlls/qdvd/version.rc b/dlls/qdvd/version.rc new file mode 100644 index 00000000000..40259b7f027 --- /dev/null +++ b/dlls/qdvd/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine qdvd" +#define WINE_FILENAME_STR "qdvd.dll" +#define WINE_FILEVERSION 6,5,1,904 +#define WINE_FILEVERSION_STR "6.5.1.904" +#define WINE_PRODUCTVERSION 6,5,1,904 +#define WINE_PRODUCTVERSION_STR "6.5.1.904" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/strmdll/Makefile.in | 2 ++ dlls/strmdll/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dlls/strmdll/version.rc
diff --git a/dlls/strmdll/Makefile.in b/dlls/strmdll/Makefile.in index 2eded8bf433..f710169b6ab 100644 --- a/dlls/strmdll/Makefile.in +++ b/dlls/strmdll/Makefile.in @@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ main.c + +RC_SRCS = version.rc diff --git a/dlls/strmdll/version.rc b/dlls/strmdll/version.rc new file mode 100644 index 00000000000..eebae122c80 --- /dev/null +++ b/dlls/strmdll/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine strmdll" +#define WINE_FILENAME_STR "strmdll.dll" +#define WINE_FILEVERSION 4,1,0,3936 +#define WINE_FILEVERSION_STR "4.1.0.3936" +#define WINE_PRODUCTVERSION 4,1,0,3936 +#define WINE_PRODUCTVERSION_STR "4.1.0.3936" + +#include "wine/wine_common_ver.rc"
Signed-off-by: Austin English austinenglish@gmail.com --- programs/dpnsvr/Makefile.in | 2 ++ programs/dpnsvr/version.rc | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 programs/dpnsvr/version.rc
diff --git a/programs/dpnsvr/Makefile.in b/programs/dpnsvr/Makefile.in index 9bcf4ad2ac1..bced5ca06dd 100644 --- a/programs/dpnsvr/Makefile.in +++ b/programs/dpnsvr/Makefile.in @@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \ main.c + +RC_SRCS = version.rc diff --git a/programs/dpnsvr/version.rc b/programs/dpnsvr/version.rc new file mode 100644 index 00000000000..c740736243f --- /dev/null +++ b/programs/dpnsvr/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2020 Austin English + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#define WINE_FILEDESCRIPTION_STR "Wine dpnsvr" +#define WINE_FILENAME_STR "dpnsvr.dll" +#define WINE_FILEVERSION 5,3,0,900 +#define WINE_FILEVERSION_STR "5.3.0.900" +#define WINE_PRODUCTVERSION 5,3,0,900 +#define WINE_PRODUCTVERSION_STR "5.3.0.900" + +#include "wine/wine_common_ver.rc"