d3dx9_*: Add version resources.
This commit is contained in:
parent
41bdff629f
commit
efb90c7fee
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue