Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gnu.org).

* lib-src/makefile.w32-in (obj): Add profiler.o.
* src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
This commit is contained in:
Juanma Barranquero 2012-09-27 00:04:10 +02:00
parent 41c8bfcfbe
commit 6a586b7fe4
4 changed files with 10 additions and 1 deletions

View 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):

View 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

View 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.

View file

@ -976,6 +976,7 @@ $(BLD)/xml.$(O) : \
$(BLD)/profiler.$(O) : \
$(SRC)/profiler.c \
$(NT_INC)/sys/time.h \
$(CONFIG_H) \
$(LISP_H)