On Feb 18, 2012, at 4:11 PM, Guy Harris wrote:
>> cd ..
>> cd ui/win32
>> "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" / /f Makefile.nmake libgtkui_win32.lib
>>
>>
>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> NMAKE : fatal error U1073: don't know how to make 'libgtkui_win32.lib'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop.
>
> I'll look at that.
In other Makefiles the libui_win32.lib library was renamed to libgtkui_win32.lib (as a result of a search-and-replace, but as that library is GTK+-specific, the rename makes sense), but it wasn't done in ui/win32/Makefile.nmake. I checked in a change to do that; we'll see if *that* fixes the Windows build.