aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorChristoph Scholtes2012-02-05 13:40:36 -0700
committerChristoph Scholtes2012-02-05 13:40:36 -0700
commit7519763363bcb835f5387784bce5251ea1beb71e (patch)
treef1ea6be04df33b8d75d63ad6ac8a855acea8d9dc /nt/ChangeLog
parentd452256dd8168b502a22a4af6c6409d7aebc51bd (diff)
downloademacs-7519763363bcb835f5387784bce5251ea1beb71e.tar.gz
emacs-7519763363bcb835f5387784bce5251ea1beb71e.zip
* lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
specific makefiles to support getopt_.h generation with MSVC. * nt/gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC. * nt/nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index ce3322c8f00..f34fe11084c 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,5 +1,9 @@
12012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 12012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2 2
3 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
4
5 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
6
3 * makefile.w32-in (maybe-copy-distfiles) 7 * makefile.w32-in (maybe-copy-distfiles)
4 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH) 8 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
5 (create-tmp-dist-dir): Added to make --distfiles optional. 9 (create-tmp-dist-dir): Added to make --distfiles optional.