emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MS-Windows build using Posix configury


From: Dani Moncayo
Subject: Re: MS-Windows build using Posix configury
Date: Sun, 21 Apr 2013 21:53:52 +0200

>> I've done a quick test, and the newly built Emacs seems to work well.
>> The only strange thing I've noticed so far is that double-clicking on
>> "runemacs.exe" brings up the Emacs frame, but the text terminal is
>> also visible, exactly as if I was clicked on "emacs.exe" instead of
>> "runemacs.exe".
>
> This should fix that:
>
> === modified file 'nt/Makefile.in'
> --- nt/Makefile.in      2013-04-20 07:59:36 +0000
> +++ nt/Makefile.in      2013-04-21 15:08:33 +0000
> @@ -205,7 +205,7 @@ cmdproxy${EXEEXT}: ${srcdir}/cmdproxy.c
>         $(CC) ${ALL_CFLAGS} ${srcdir}/cmdproxy.c -o cmdproxy${EXEEXT}
>
>  runemacs${EXEEXT}: ${srcdir}/runemacs.c $(EMACSRES)
> -       $(CC) ${ALL_CFLAGS} ${srcdir}/runemacs.c $(EMACSRES) \
> +       $(CC) ${ALL_CFLAGS} ${srcdir}/runemacs.c $(EMACSRES) -mwindows \
>           -o runemacs${EXEEXT}
>
>  emacs.res: ${srcdir}/emacs.rc ${srcdir}/icons/emacs.ico 
> ${srcdir}/$(EMACS_MANIFEST)

Yes, the above patch fixes the problem.

Thank you!

--
Dani Moncayo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]