makefiles: Add some msvcrt imports needed under Cygwin

Austin English austinenglish at gmail.com
Sun Feb 21 11:48:11 CST 2010


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.

-- 
-Austin



More information about the wine-devel mailing list