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: Eli Zaretskii
Subject: Re: MS-Windows build using Posix configury
Date: Sun, 21 Apr 2013 18:12:45 +0300

> Date: Sat, 20 Apr 2013 22:21:36 +0200
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
> 
> 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 were 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)




reply via email to

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