aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-09 06:21:55 +0200
committerJuanma Barranquero2012-07-09 06:21:55 +0200
commit65e4651590d48fc135a317538c904e3c68218cec (patch)
tree1768081d712536885f50c19636eed74252fa59de /lib-src/ChangeLog
parentf1f924b61976585c693f1f18445889ae891e2211 (diff)
downloademacs-65e4651590d48fc135a317538c904e3c68218cec.tar.gz
emacs-65e4651590d48fc135a317538c904e3c68218cec.zip
lib-src/makefile.w32-in: Rework dependencies.
($(BLD)/test-distrib.exe): Use LIB_SRC, not SRC. (LIB_SRC, NT_INC, GNU_LIB, MS_W32_H, CONFIG_H, INTTYPES_H, NTLIB_H) (SYSTIME_H): New macros. (SRC): Redefine to point to src/, not current directory. ($(BLD)/ctags.$(O), $(BLD)/ebrowse.$(O), $(BLD)/emacsclient.$(O)) ($(BLD)/etags.$(O), $(BLD)/hexl.$(O), $(BLD)/make-docfile.$(O)) ($(BLD)/movemail.$(O), $(BLD)/ntlib.$(O), $(BLD)/pop.$(O)) ($(BLD)/profile.$(O), $(BLD)/test-distrib.$(O)): Update dependencies. ($(BLD)/regex.$(O)): New dependency.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fbec59e0cbd..de15c3d29d5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,17 @@
12012-07-09 Juanma Barranquero <lekktu@gmail.com> 12012-07-09 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * makefile.w32-in ($(BLD)/test-distrib.exe): Use LIB_SRC, not SRC.
4 (LIB_SRC, NT_INC, GNU_LIB, MS_W32_H, CONFIG_H, INTTYPES_H, NTLIB_H)
5 (SYSTIME_H): New macros.
6 (SRC): Redefine to point to src/, not current directory.
7 ($(BLD)/ctags.$(O), $(BLD)/ebrowse.$(O), $(BLD)/emacsclient.$(O))
8 ($(BLD)/etags.$(O), $(BLD)/hexl.$(O), $(BLD)/make-docfile.$(O))
9 ($(BLD)/movemail.$(O), $(BLD)/ntlib.$(O), $(BLD)/pop.$(O))
10 ($(BLD)/profile.$(O), $(BLD)/test-distrib.$(O)): Update dependencies.
11 ($(BLD)/regex.$(O)): New dependency.
12
132012-07-09 Juanma Barranquero <lekktu@gmail.com>
14
3 * makefile.w32-in (ALL): Add profile.exe. 15 * makefile.w32-in (ALL): Add profile.exe.
4 (PROFILEOBJS): New macro. 16 (PROFILEOBJS): New macro.
5 ($(BLD)/profile.exe): New target. 17 ($(BLD)/profile.exe): New target.