paulo lesgaz wrote
> Moreover, when you create a new dll, you need to change plenty of files:
> configure
Why would you want to change this? I thought autoconfigure will write this
automatically based on configure.ac. And I'm sure Alexandre runs
autoconfigure
whenever he changes som
> You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36;
> not only these ones that are already implemented in d3dx9_36.
>
> Moreover, when you create a new dll, you need to change plenty of files:
> configure
> configure.ac
> Makefile.in
> in the folder ~/wine-git/
>
> You
On Jan 19, 2008 11:13 AM, paulo lesgaz <[EMAIL PROTECTED]> wrote:
> Hello Tony
>
> You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36;
> not only these ones that are already implemented in d3dx9_36.
>
> Moreover, when you create a new dll, you need to change plenty of files
Hello Tony
You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36;
not only these ones that are already implemented in d3dx9_36.
Moreover, when you create a new dll, you need to change plenty of files:
configure
configure.ac
Makefile.in
in the folder ~/wine-git/
You can tak