[TOOLS] Add Windows 7

Paul Vriens paul.vriens.wine at gmail.com
Mon Jan 12 00:50:52 CST 2009


Austin English wrote:
> On Sun, Jan 11, 2009 at 11:24 PM, James Hawkins <truiken at gmail.com> wrote:
>> On Sat, Jan 10, 2009 at 3:32 AM, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
>>> Hi,
>>>
>>> We have our first Windows 7 test results :
>>> http://test.winehq.org/data/a69c86d3f517f659ba47495f77deac2df671fb03/vista_windows7-virtualbox/version.html
>>>
>>> I'm not sure if '7' is a nice/correct header though. Maybe "Win7" ?
>>>
>>> This also means we need to add it to winecfg.
>>>
>>> Changelog
>>>  Add Windows 7
>>>
>>> --
>>> Cheers,
>>>
>>> Paul.
>>>
>>>
>>> >From b8ec6ca34b85f7ba1ae736ef35ee380b1b5721f0 Mon Sep 17 00:00:00 2001
>>> From: Paul Vriens <Paul.Vriens.Wine at gmail.com>
>>> Date: Sat, 10 Jan 2009 12:28:57 +0100
>>> Subject: [PATCH] Add Windows 7
>>>
>>> ---
>>>  winetest/build-index |    3 ++-
>>>  winetest/dissect     |    6 ++++--
>>>  winetest/gather      |    6 ++++--
>>>  3 files changed, 10 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/winetest/build-index b/winetest/build-index
>>> index 2813ae8..0f257ad 100755
>>> --- a/winetest/build-index
>>> +++ b/winetest/build-index
>>> @@ -27,11 +27,12 @@ my %xp      = (name => "XP");
>>>  my %w2k3    = (name => "2003");
>>>  my %vista   = (name => "Vista");
>>>  my %w2k8    = (name => "2008");
>>> +my %w7      = (name => "7");
>>>  my %unknown = (name => "Other");
>>>  my %wine    = (name => "Wine");
>>>
>> I'm behind on my emails this weekend, so I don't know if this has been
>> committed yet or not, but it seems like win7 is a better name than w7.
>>
>> --
>> James Hawkins
>>
>>
>>
> 
> Is Windows 7 the beta name, or the finalized name? Perhaps we should
> wait until it's finalized?

The main reason for this patch was to not clutter the Vista group with this 
Windows 7 stuff.

Maybe a patch that moves version 6.1 to "Other" is better for now? Or we can 
explicitly check for 6.0 which means 6.1 will be moved to 'Other" automagically.

I'll sent a new patch. We can than worry about Windows 7 (or whatever the name 
will be) when time comes.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list