Mercurial > hg > xemacs-beta
diff nt/config.inc.samp @ 1347:8d350b095c21
[xemacs-hg @ 2003-03-09 12:59:36 by ben]
oops, C++ bites again
widget.texi: Fix Turnbull typos.
config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and
SOURCE_DIR. Use paths relative to $(MAKEROOT) instead.
file-coding.c: Fix up internal magic-cookie code to also check for
`;;;###coding system', already handled by the (redundant)
code in files.el.
regex.c: Fix problem with ordering of initializations and statements -- OK in
C++, not in C.
search.c: Indentation.
author | ben |
---|---|
date | Sun, 09 Mar 2003 12:59:45 +0000 |
parents | 1b0339b048ce |
children | 3227a97effa8 |
line wrap: on
line diff
--- a/nt/config.inc.samp Sun Mar 09 02:27:46 2003 +0000 +++ b/nt/config.inc.samp Sun Mar 09 12:59:45 2003 +0000 @@ -92,6 +92,10 @@ # have only one version of config.inc, and have to manually change it for # each different build. +# NOTE: These cannot be relative paths. If you want the source and build to +# be relatives of each other, use $(MAKEROOT) to refer to the root of the +# current tree -- that's one level up from where xemacs.mak is located. + # SOURCE_DIR=c:\src\xemacs\working # BUILD_DIR=c:\src\xemacs\msbuilds\working