]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gnu.org).
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2012 22:04:10 +0000 (00:04 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2012 22:04:10 +0000 (00:04 +0200)
* lib-src/makefile.w32-in (obj): Add profiler.o.
* src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.

lib-src/ChangeLog
lib-src/makefile.w32-in
src/ChangeLog
src/makefile.w32-in

index 3f1e287db34cdcdbaa27f95de54b9b3088a251d8..e46cddced4b13361ad8f535cdc4c7a6380652a8a 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (obj): Add profiler.o.
+
 2012-09-17  Glenn Morris  <rgm@gnu.org>
 
        * ebrowse.c (version):
index 64974b88b6f45e1ab961a5487f30541707d1f4e9..23ef71de10c49f896aaf7e0cb1f63e1ee2e860ee 100644 (file)
@@ -140,7 +140,7 @@ obj =   dosfns.o msdos.o \
        process.o callproc.o unexw32.o \
        region-cache.o sound.o atimer.o \
        doprnt.o intervals.o textprop.o composite.o \
-       gnutls.o xml.o
+       gnutls.o xml.o profiler.o
 
 #
 # These are the lisp files that are loaded up in loadup.el
index 23d39a0de663c9d587a926b04624c77d5a9ed449..7a5192ad6bf82660907bea669a14473ce714bd86 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
+
 2012-09-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * character.h (MAYBE_UNIFY_CHAR): Remove.
index 6f228ed0bb39702f237270209779fd4a810bb657..83e101d2c7668c445223dc6747c77351fce8f33e 100644 (file)
@@ -976,6 +976,7 @@ $(BLD)/xml.$(O) : \
 
 $(BLD)/profiler.$(O) : \
        $(SRC)/profiler.c \
+       $(NT_INC)/sys/time.h \
        $(CONFIG_H) \
        $(LISP_H)