On Sep 3, 2013, at 1:30 PM, Bruno Jesus wrote:

> On Tue, Sep 3, 2013 at 4:26 PM, Charles Davis <cdavi...@gmail.com> wrote:
>>> You mean removing protocol.c and adding all content to socket.c? If
>>> yes I would appreciate if you could do that because I don't have the
>>> git skills and wouldn't now how to sort the functions inside socket.c.
>> It's not that hard. Just copy all the substantial stuff from protocol.c
>> into socket.c, and then you can run:
>> 
>> $ git rm --force protocol.c
>> $ git commit --amend socket.c protocol.c # apply changes to your existing 
>> commit
> 
> Thanks, but what about makefiles and automake stuff?
automake? Wine doesn't use automake.

As for the makefiles, just look in dlls/ws2_32/Makefile.in for the line:

C_SRCS = \
        async.c \
        protocol.c \
        socket.c

and remove the reference to protocol.c.

Chip

> 
>> Chip
> 
> 
> Regards,
> Bruno



Reply via email to