Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 942:d90decf21e71
[xemacs-hg @ 2002-07-31 20:26:40 by adrian]
[A] [PATCH] xemacs-21.5: Add USE_KKCC to nt/xemacs.mak
-------------------- ChangeLog entries follow: --------------------
nt/ChangeLog addition:
2002-07-31 Adrian Aichner <adrian@xemacs.org>
* xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed.
Add line to Installation file, when it's enabled. Add period to
line add to Installation for USE_CRTDLL.
author | adrian |
---|---|
date | Wed, 31 Jul 2002 20:26:41 +0000 |
parents | f503f1607e8b |
children | cba22ad5bbfd |
line wrap: on
line diff
--- a/nt/xemacs.mak Wed Jul 31 15:27:24 2002 +0000 +++ b/nt/xemacs.mak Wed Jul 31 20:26:41 2002 +0000 @@ -208,6 +208,9 @@ !if !defined(USE_MINITAR) USE_MINITAR=$(HAVE_ZLIB) !endif +!if !defined(USE_KKCC) +USE_KKCC=1 +!endif # A little bit of adhockery. Default to use system malloc and # DLL version of the C runtime library when using portable @@ -1531,7 +1534,7 @@ Using system malloc. !endif !if $(USE_CRTDLL) - Using DLL version of C runtime library + Using DLL version of C runtime library. !endif !if $(ERROR_CHECK_ALL) Compiling in extra internal error-checking. XEmacs will be slow! @@ -1545,6 +1548,9 @@ !if $(QUICK_BUILD) Disabling non-essential build actions. Use with care! !endif +!if $(USE_KKCC) + Using new experimental GC algorithms. +!endif <<NOKEEP @echo -------------------------------------------------------------------- @type $(XEMACS)\Installation