Allow building temacs with a larger heap on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Nov 2011 12:11:54 +0000 (14:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Nov 2011 12:11:54 +0000 (14:11 +0200)
commit7ef3cbd547a64ed25d355258382ca96e5316efb8
tree9511ee5e942967f2047c25c9e12c7c1ad4812796
parent7a7270ddb6e2a0b5f8c7404277a46272d80a8100
Allow building temacs with a larger heap on MS-Windows.

 src/makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
 with user-defined heap size.  Bump the default size of the temacs
 heap to 27MB, to avoid memory warning when running temacs.
 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
src/ChangeLog
src/makefile.w32-in