Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
941:c891972d07fa | 942:d90decf21e71 |
---|---|
205 !if !defined(USE_UNION_TYPE) | 205 !if !defined(USE_UNION_TYPE) |
206 USE_UNION_TYPE=0 | 206 USE_UNION_TYPE=0 |
207 !endif | 207 !endif |
208 !if !defined(USE_MINITAR) | 208 !if !defined(USE_MINITAR) |
209 USE_MINITAR=$(HAVE_ZLIB) | 209 USE_MINITAR=$(HAVE_ZLIB) |
210 !endif | |
211 !if !defined(USE_KKCC) | |
212 USE_KKCC=1 | |
210 !endif | 213 !endif |
211 | 214 |
212 # A little bit of adhockery. Default to use system malloc and | 215 # A little bit of adhockery. Default to use system malloc and |
213 # DLL version of the C runtime library when using portable | 216 # DLL version of the C runtime library when using portable |
214 # dumping. These are the optimal settings. | 217 # dumping. These are the optimal settings. |
1529 !endif | 1532 !endif |
1530 !if $(USE_SYSTEM_MALLOC) | 1533 !if $(USE_SYSTEM_MALLOC) |
1531 Using system malloc. | 1534 Using system malloc. |
1532 !endif | 1535 !endif |
1533 !if $(USE_CRTDLL) | 1536 !if $(USE_CRTDLL) |
1534 Using DLL version of C runtime library | 1537 Using DLL version of C runtime library. |
1535 !endif | 1538 !endif |
1536 !if $(ERROR_CHECK_ALL) | 1539 !if $(ERROR_CHECK_ALL) |
1537 Compiling in extra internal error-checking. XEmacs will be slow! | 1540 Compiling in extra internal error-checking. XEmacs will be slow! |
1538 !endif | 1541 !endif |
1539 !if $(DEBUG_XEMACS) | 1542 !if $(DEBUG_XEMACS) |
1542 !if $(OPTIMIZED_BUILD) | 1545 !if $(OPTIMIZED_BUILD) |
1543 Compiling with optimization. | 1546 Compiling with optimization. |
1544 !endif | 1547 !endif |
1545 !if $(QUICK_BUILD) | 1548 !if $(QUICK_BUILD) |
1546 Disabling non-essential build actions. Use with care! | 1549 Disabling non-essential build actions. Use with care! |
1550 !endif | |
1551 !if $(USE_KKCC) | |
1552 Using new experimental GC algorithms. | |
1547 !endif | 1553 !endif |
1548 <<NOKEEP | 1554 <<NOKEEP |
1549 @echo -------------------------------------------------------------------- | 1555 @echo -------------------------------------------------------------------- |
1550 @type $(XEMACS)\Installation | 1556 @type $(XEMACS)\Installation |
1551 @echo -------------------------------------------------------------------- | 1557 @echo -------------------------------------------------------------------- |