makefiles: Add some msvcrt imports needed under Cygwin

Alex cerebro.alexiel at gmail.com
Sun Feb 21 14:33:41 CST 2010


Le 21/02/2010 18:48, Austin English a écrit :
> On Sat, Feb 20, 2010 at 11:20 AM,<cerebro.alexiel at gmail.com>  wrote:
>    
>> diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in
>> index dce8259..1a36216 100644
>> --- a/programs/xcopy/Makefile.in
>> +++ b/programs/xcopy/Makefile.in
>> @@ -5,7 +5,7 @@ SRCDIR    = @srcdir@
>>   VPATH     = @srcdir@
>>   MODULE    = xcopy.exe
>>   APPMODE   = -mconsole -municode -mno-cygwin
>> -IMPORTS   = shell32 user32 kernel32
>> +IMPORTS   = shell32 user32 kernel32 msvcrt
>>   EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
>>   MODCFLAGS = @BUILTINFLAG@
>>      
> This patch won't apply cleanly on top of the first, you've still got
> -mno-cygwin in there.
>
>    

It's the first time I post patches so I didn't know.
I will try to resend a proper version within the week or at least the 
next week end.
Thanks again



More information about the wine-devel mailing list