[PATCH 3/3] windows.gaming.input: Add stub dll.

Rémi Bernon rbernon at codeweavers.com
Thu Jul 16 02:03:08 CDT 2020


On 2020-07-16 08:32, Marvin wrote:
> Hi,
> 
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> 
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=75527
> 
> Your paranoid android.
> 
> 
> === debiant (build log) ===
> 
> Task: make_makefiles failed
> 
> === debiant (build log) ===
> 
> Task: make_makefiles failed
> 

I didn't know make_makefiles, should I also not include configure.ac 
changes then as I see it's already updating it?

I'm also not entirely sure how to fix this as it's the first time a dll 
will have a dot in its name, something like that could make it work:

> -            die "Invalid MODULE in $file" if $name =~ /\./ && $make{"MODULE"} ne $name
> +            die "Invalid MODULE in $file" if $name =~ /\./ && $make{"MODULE"} ne $name && $make{"MODULE"} ne "$name.dll";

-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list