From efb90c7fee15392c02565727a8e44c6b1bc65b7d Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Thu, 19 Jun 2008 08:01:49 +0000 Subject: [PATCH] d3dx9_*: Add version resources. --- dlls/d3dx9_24/Makefile.in | 2 ++ dlls/d3dx9_24/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_25/Makefile.in | 2 ++ dlls/d3dx9_25/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_26/Makefile.in | 2 ++ dlls/d3dx9_26/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_27/Makefile.in | 2 ++ dlls/d3dx9_27/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_28/Makefile.in | 2 ++ dlls/d3dx9_28/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_29/Makefile.in | 2 ++ dlls/d3dx9_29/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_30/Makefile.in | 2 ++ dlls/d3dx9_30/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_31/Makefile.in | 2 ++ dlls/d3dx9_31/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_32/Makefile.in | 2 ++ dlls/d3dx9_32/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_33/Makefile.in | 2 ++ dlls/d3dx9_33/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_34/Makefile.in | 2 ++ dlls/d3dx9_34/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_35/Makefile.in | 2 ++ dlls/d3dx9_35/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_36/Makefile.in | 2 ++ dlls/d3dx9_36/version.rc | 26 ++++++++++++++++++++++++++ dlls/d3dx9_37/Makefile.in | 2 ++ dlls/d3dx9_37/version.rc | 26 ++++++++++++++++++++++++++ 28 files changed, 392 insertions(+) create mode 100644 dlls/d3dx9_24/version.rc create mode 100644 dlls/d3dx9_25/version.rc create mode 100644 dlls/d3dx9_26/version.rc create mode 100644 dlls/d3dx9_27/version.rc create mode 100644 dlls/d3dx9_28/version.rc create mode 100644 dlls/d3dx9_29/version.rc create mode 100644 dlls/d3dx9_30/version.rc create mode 100644 dlls/d3dx9_31/version.rc create mode 100644 dlls/d3dx9_32/version.rc create mode 100644 dlls/d3dx9_33/version.rc create mode 100644 dlls/d3dx9_34/version.rc create mode 100644 dlls/d3dx9_35/version.rc create mode 100644 dlls/d3dx9_36/version.rc create mode 100644 dlls/d3dx9_37/version.rc diff --git a/dlls/d3dx9_24/Makefile.in b/dlls/d3dx9_24/Makefile.in index 3d28377f5a9..7fadf575897 100644 --- a/dlls/d3dx9_24/Makefile.in +++ b/dlls/d3dx9_24/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_24_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_24/version.rc b/dlls/d3dx9_24/version.rc new file mode 100644 index 00000000000..8deff200d3e --- /dev/null +++ b/dlls/d3dx9_24/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,5,132,0 +#define WINE_FILEVERSION_STR "9.5.132.0" +#define WINE_PRODUCTVERSION 9,5,132,0 +#define WINE_PRODUCTVERSION_STR "9.5.132.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_25/Makefile.in b/dlls/d3dx9_25/Makefile.in index 3b2dd122d82..730817a13b2 100644 --- a/dlls/d3dx9_25/Makefile.in +++ b/dlls/d3dx9_25/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_25_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_25/version.rc b/dlls/d3dx9_25/version.rc new file mode 100644 index 00000000000..922770c5db3 --- /dev/null +++ b/dlls/d3dx9_25/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,6,168,0 +#define WINE_FILEVERSION_STR "9.6.168.0" +#define WINE_PRODUCTVERSION 9,6,168,0 +#define WINE_PRODUCTVERSION_STR "9.6.168.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_26/Makefile.in b/dlls/d3dx9_26/Makefile.in index 76de9f0fcd3..8852fb8b3b6 100644 --- a/dlls/d3dx9_26/Makefile.in +++ b/dlls/d3dx9_26/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_26_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_26/version.rc b/dlls/d3dx9_26/version.rc new file mode 100644 index 00000000000..56edd133534 --- /dev/null +++ b/dlls/d3dx9_26/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,7,239,0 +#define WINE_FILEVERSION_STR "9.7.239.0" +#define WINE_PRODUCTVERSION 9,7,239,0 +#define WINE_PRODUCTVERSION_STR "9.7.239.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_27/Makefile.in b/dlls/d3dx9_27/Makefile.in index 9f47af7a7e7..064fdd34293 100644 --- a/dlls/d3dx9_27/Makefile.in +++ b/dlls/d3dx9_27/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_27_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_27/version.rc b/dlls/d3dx9_27/version.rc new file mode 100644 index 00000000000..82be05ef485 --- /dev/null +++ b/dlls/d3dx9_27/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,8,299,0 +#define WINE_FILEVERSION_STR "9.8.299.0" +#define WINE_PRODUCTVERSION 9,8,299,0 +#define WINE_PRODUCTVERSION_STR "9.8.299.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_28/Makefile.in b/dlls/d3dx9_28/Makefile.in index 8b494034a3a..01bc95d0cbb 100644 --- a/dlls/d3dx9_28/Makefile.in +++ b/dlls/d3dx9_28/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_28_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_28/version.rc b/dlls/d3dx9_28/version.rc new file mode 100644 index 00000000000..0f61f70880e --- /dev/null +++ b/dlls/d3dx9_28/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,10,455,0 +#define WINE_FILEVERSION_STR "9.10.455.0" +#define WINE_PRODUCTVERSION 9,10,455,0 +#define WINE_PRODUCTVERSION_STR "9.10.455.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_29/Makefile.in b/dlls/d3dx9_29/Makefile.in index 39e6724adea..a3871d29e97 100644 --- a/dlls/d3dx9_29/Makefile.in +++ b/dlls/d3dx9_29/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_29_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_29/version.rc b/dlls/d3dx9_29/version.rc new file mode 100644 index 00000000000..f6f7b1351d9 --- /dev/null +++ b/dlls/d3dx9_29/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,11,519,0 +#define WINE_FILEVERSION_STR "9.11.519.0" +#define WINE_PRODUCTVERSION 9,11,519,0 +#define WINE_PRODUCTVERSION_STR "9.11.519.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_30/Makefile.in b/dlls/d3dx9_30/Makefile.in index 43c4ae0e267..62a054ef90c 100644 --- a/dlls/d3dx9_30/Makefile.in +++ b/dlls/d3dx9_30/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_30_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_30/version.rc b/dlls/d3dx9_30/version.rc new file mode 100644 index 00000000000..b10286e6b81 --- /dev/null +++ b/dlls/d3dx9_30/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,12,589,0 +#define WINE_FILEVERSION_STR "9.12.589.0" +#define WINE_PRODUCTVERSION 9,12,589,0 +#define WINE_PRODUCTVERSION_STR "9.12.589.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_31/Makefile.in b/dlls/d3dx9_31/Makefile.in index fc2482fd24f..daf84d0c4b7 100644 --- a/dlls/d3dx9_31/Makefile.in +++ b/dlls/d3dx9_31/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_31_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_31/version.rc b/dlls/d3dx9_31/version.rc new file mode 100644 index 00000000000..eb974540014 --- /dev/null +++ b/dlls/d3dx9_31/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,15,779,0 +#define WINE_FILEVERSION_STR "9.15.779.0" +#define WINE_PRODUCTVERSION 9,15,779,0 +#define WINE_PRODUCTVERSION_STR "9.15.779.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_32/Makefile.in b/dlls/d3dx9_32/Makefile.in index 1b47cd1da8a..d3e98d30cb0 100644 --- a/dlls/d3dx9_32/Makefile.in +++ b/dlls/d3dx9_32/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_32_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_32/version.rc b/dlls/d3dx9_32/version.rc new file mode 100644 index 00000000000..330f8be684f --- /dev/null +++ b/dlls/d3dx9_32/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,16,843,0 +#define WINE_FILEVERSION_STR "9.16.843.0" +#define WINE_PRODUCTVERSION 9,16,843,0 +#define WINE_PRODUCTVERSION_STR "9.16.843.0" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_33/Makefile.in b/dlls/d3dx9_33/Makefile.in index 1bb4b11d78b..6761464ea46 100644 --- a/dlls/d3dx9_33/Makefile.in +++ b/dlls/d3dx9_33/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_33_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_33/version.rc b/dlls/d3dx9_33/version.rc new file mode 100644 index 00000000000..06eba53b470 --- /dev/null +++ b/dlls/d3dx9_33/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,18,904,15 +#define WINE_FILEVERSION_STR "9.18.904.15" +#define WINE_PRODUCTVERSION 9,18,904,15 +#define WINE_PRODUCTVERSION_STR "9.18.904.15" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_34/Makefile.in b/dlls/d3dx9_34/Makefile.in index 6dd7837272f..c38c83c6acf 100644 --- a/dlls/d3dx9_34/Makefile.in +++ b/dlls/d3dx9_34/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_34_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_34/version.rc b/dlls/d3dx9_34/version.rc new file mode 100644 index 00000000000..5045d8fa852 --- /dev/null +++ b/dlls/d3dx9_34/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,19,949,46 +#define WINE_FILEVERSION_STR "9.19.949.46" +#define WINE_PRODUCTVERSION 9,19,949,46 +#define WINE_PRODUCTVERSION_STR "9.19.949.46" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_35/Makefile.in b/dlls/d3dx9_35/Makefile.in index 88b0116d70e..19094d2f841 100644 --- a/dlls/d3dx9_35/Makefile.in +++ b/dlls/d3dx9_35/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_35_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_35/version.rc b/dlls/d3dx9_35/version.rc new file mode 100644 index 00000000000..6ffaafb4b47 --- /dev/null +++ b/dlls/d3dx9_35/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,19,949,1104 +#define WINE_FILEVERSION_STR "9.19.949.1104" +#define WINE_PRODUCTVERSION 9,19,949,1104 +#define WINE_PRODUCTVERSION_STR "9.19.949.1104" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_36/Makefile.in b/dlls/d3dx9_36/Makefile.in index 2ed85ea4140..4c3f09ad03a 100644 --- a/dlls/d3dx9_36/Makefile.in +++ b/dlls/d3dx9_36/Makefile.in @@ -11,6 +11,8 @@ C_SRCS = \ font.c \ math.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_36/version.rc b/dlls/d3dx9_36/version.rc new file mode 100644 index 00000000000..8ca195d5c66 --- /dev/null +++ b/dlls/d3dx9_36/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,19,949,2111 +#define WINE_FILEVERSION_STR "9.19.949.2111" +#define WINE_PRODUCTVERSION 9,19,949,2111 +#define WINE_PRODUCTVERSION_STR "9.19.949.2111" + +#include "wine/wine_common_ver.rc" diff --git a/dlls/d3dx9_37/Makefile.in b/dlls/d3dx9_37/Makefile.in index 6de5cb4d9b8..c4e3e222e89 100644 --- a/dlls/d3dx9_37/Makefile.in +++ b/dlls/d3dx9_37/Makefile.in @@ -8,6 +8,8 @@ IMPORTS = d3d9 kernel32 C_SRCS = \ d3dx9_37_main.c +RC_SRCS = version.rc + @MAKE_DLL_RULES@ @DEPENDENCIES@ # everything below this line is overwritten by make depend diff --git a/dlls/d3dx9_37/version.rc b/dlls/d3dx9_37/version.rc new file mode 100644 index 00000000000..aeb99d2cf9c --- /dev/null +++ b/dlls/d3dx9_37/version.rc @@ -0,0 +1,26 @@ +/* + * Copyright 2008 Louis Lenders + * + * 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 D3DX9" +#define WINE_FILENAME_STR "d3dx9.dll" +#define WINE_FILEVERSION 9,22,949,2248 +#define WINE_FILEVERSION_STR "9.22.949.2248" +#define WINE_PRODUCTVERSION 9,22,949,2248 +#define WINE_PRODUCTVERSION_STR "9.22.949.2248" + +#include "wine/wine_common_ver.rc"