Support building Emacs on MS-Windows using the Posix configury.
[bpt/emacs.git] / lib-src / ChangeLog
index 63108ca..6ff653b 100644 (file)
@@ -1,3 +1,27 @@
+2013-05-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * update-game-score.c [WINDOWSNT]: Include "ntlib.h".
+
+       * ntlib.h (sleep): Update prototype.
+       (geteuid): Add prototype.
+
+       * ntlib.c (sleep): Now returns an unsigned value.
+       (getgid): New function.
+
+       * Makefile.in (CLIENTW, LIB_WSOCK32, LIBS_ECLIENT, NTLIB)
+       (CLIENTRES, WINDRES, NTINC, NTDEPS): New variables.
+       (INSTALLABLES): Add $(CLIENTW).
+       (LIBS_MOVE): Use $(LIB_WSOCK32).
+       ($(DESTDIR)${archlibdir}): Use $(EXEEXT) on update-game-score.
+       (test-distrib${EXEEXT}): Use $(EXEEXT) on test-distrib.
+       (etags${EXEEXT}, ebrowse${EXEEXT}, ctags${EXEEXT})
+       (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT})
+       (emacsclient${EXEEXT}, hexl${EXEEXT}, update-game-score${EXEEXT}):
+       Add $(NTLIB) to prerequisites.  Use $(EXEEXT).
+       (pop.o): Add pop.h to prerequisites.
+       (emacsclientw${EXEEXT}, ntlib.o): New targets.
+       (emacsclient.res): New target.
+
 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * makefile.w32-in ($(DOC)): Use DOC rather than DOC-X.