Fix bug #11405 with MSVC build of emacsclientw.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 May 2012 16:15:12 +0000 (19:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 May 2012 16:15:12 +0000 (19:15 +0300)
commit0652336413775df89b051f604278c4e9e5ce2784
treeffb4631964146190a57c5a28391797e345263e5c
parenta02ae4e5bfa13097dabee45f45ee992cdb830bb3
Fix bug #11405 with MSVC build of emacsclientw.

 lib-src/makefile.w32-in ($(BLD)/emacsclientw.exe): Use $(MWINDOWS)
 instead of a literal -mwindows, which is not supported by MSVC.
 nt/nmake.defs (MWINDOWS): Define as "-subsystem:windows -entry:mainCRTStartup".
 Suggested by Fabrice Popineau <fabrice.popineau@supelec.fr>.
 nt/gmake.defs (MWINDOWS): Define as "-mwindows".
lib-src/ChangeLog
lib-src/makefile.w32-in
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs