On Feb 18, 2012, at 4:10 PM, Guy Harris wrote:
> On Feb 17, 2012, at 7:34 AM, Jeff Morriss wrote:
>
>> I've been a little uneasy with the fact that there's no makefile in ui/ .
>
> We now have a makefile there; it builds a libui static library from ui/util.c. That library is linked with programs that need stuff from ui/util.c. We'll see if that fixes the Windows build.
Nope:
> 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.