0001-Basic-starting-point-for-implementing-d3dx9_yz.dll.patch

Detlef Riekenberg wine.dev at web.de
Mon Aug 27 17:15:56 CDT 2007


On Mo, 2007-08-27 at 14:13 +0200, Martijn Berger wrote:
> 
> ---
>  .gitignore             |    1 +
>  Makefile.in            |    1 +
>  configure.ac           |    1 +
>  dlls/Makefile.in       |    1 +
>  dlls/d3dx9/Makefile.in |   15 +++++++++++++++
>  5 files changed, 19 insertions(+), 0 deletions(-)

> --- /dev/null
> +++ b/dlls/d3dx9/Makefile.in
> @@ -0,0 +1,15 @@
> +TOPSRCDIR = @top_srcdir@
> +TOPOBJDIR = ../..
> +SRCDIR    = @srcdir@
> +VPATH     = @srcdir@
> +MODULE    = d3dx9.dll
> +IMPORTS   = wined3d kernel32 
> +
> +C_SRCS = \
> +       d3dx9_main.c
> +
> +RC_SRCS = version.rc 

This will not work:
Your Makefile.in referenced "version.rc" and "d3dx9_main.c", but this
files are missing in this Patch.


You should never autogenerated modifications in any Patch:

http://wiki.winehq.org/Developers-Hints#head-30a7f7f51ce0e42b4141749c9832bae9f7957260




-- 
 
By by ... Detlef





More information about the wine-devel mailing list