[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
- Re: MS-Windows build using Posix configury, (continued)
- Re: MS-Windows build using Posix configury, Dani Moncayo, 2013/04/18
- Re: MS-Windows build using Posix configury, Eli Zaretskii, 2013/04/19
- Re: MS-Windows build using Posix configury, Dani Moncayo, 2013/04/19
- Re: MS-Windows build using Posix configury, Eli Zaretskii, 2013/04/20
- Re: MS-Windows build using Posix configury, Dani Moncayo, 2013/04/20
- Re: MS-Windows build using Posix configury, Eli Zaretskii, 2013/04/20
- Re: MS-Windows build using Posix configury, Dani Moncayo, 2013/04/20
- Re: MS-Windows build using Posix configury, Eli Zaretskii, 2013/04/20
- Re: MS-Windows build using Posix configury, Dani Moncayo, 2013/04/20
- Re: MS-Windows build using Posix configury, Eli Zaretskii, 2013/04/21
- Re: MS-Windows build using Posix configury,
Dani Moncayo <=
Re: MS-Windows build using Posix configury, Ken Brown, 2013/04/18
- Prev by Date:
RE: /srv/bzr/emacs/trunk r112347:*doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros ratherthanspecial forms. (Bug#13853)
- Next by Date:
Re: /srv/bzr/emacs/trunk r112347: * doc/lispintro/emacs-lisp-intro.texi (defcustom, defun, simplified-beginning-of-buffer, defvar, Building Robots, Review, save-excursion): `defun' and `defcustom' are now macros rather than special forms. (Bug#13853)
- Previous by thread:
Re: MS-Windows build using Posix configury
- Next by thread:
Re: MS-Windows build using Posix configury
- Index(es):