diff options
| author | Eli Zaretskii | 2014-06-03 10:28:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-03 10:28:07 +0300 |
| commit | 89b362029282eff2b709e3a64e8e4ec3bc673676 (patch) | |
| tree | 8e76bb48f6720e0be50d0fa33054081c5be5d631 /src/Makefile.in | |
| parent | 0031c9530d24fb25d8bdcadaf7457b7dee51da0c (diff) | |
| download | emacs-89b362029282eff2b709e3a64e8e4ec3bc673676.tar.gz emacs-89b362029282eff2b709e3a64e8e4ec3bc673676.zip | |
Define the size of dumped data for MS-Windows locally on w32heap.c.
configure.ac (C_HEAP_SWITCH): Remove.
src/w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use
HEAPSIZE; instead, define separate values for the 32- and 64-bit
builds.
src/Makefile.in (C_HEAP_SWITCH): Remove.
(ALL_CFLAGS): Don't use $(C_HEAP_SWITCH).
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 697ff3a29f0..bda4623d7de 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -86,9 +86,6 @@ PNG_CFLAGS=@PNG_CFLAGS@ | |||
| 86 | ## something similar. This is normally set by configure. | 86 | ## something similar. This is normally set by configure. |
| 87 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 87 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |
| 88 | 88 | ||
| 89 | ## Set Emacs dumped heap size for Windows NT | ||
| 90 | C_HEAP_SWITCH=@C_HEAP_SWITCH@ | ||
| 91 | |||
| 92 | ## Define LD_SWITCH_X_SITE to contain any special flags your loader | 89 | ## Define LD_SWITCH_X_SITE to contain any special flags your loader |
| 93 | ## may need to deal with X Windows. For instance, if your X libraries | 90 | ## may need to deal with X Windows. For instance, if your X libraries |
| 94 | ## aren't in a place that your loader can find on its own, you might | 91 | ## aren't in a place that your loader can find on its own, you might |
| @@ -322,7 +319,7 @@ MKDEPDIR=@MKDEPDIR@ | |||
| 322 | ## | 319 | ## |
| 323 | ## FIXME? MYCPPFLAGS only referenced in etc/DEBUG. | 320 | ## FIXME? MYCPPFLAGS only referenced in etc/DEBUG. |
| 324 | ALL_CFLAGS=-Demacs $(MYCPPFLAGS) -I. -I$(srcdir) \ | 321 | ALL_CFLAGS=-Demacs $(MYCPPFLAGS) -I. -I$(srcdir) \ |
| 325 | -I$(lib) -I$(srcdir)/../lib $(C_HEAP_SWITCH) \ | 322 | -I$(lib) -I$(srcdir)/../lib \ |
| 326 | $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ | 323 | $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ |
| 327 | $(GNUSTEP_CFLAGS) $(CFLAGS_SOUND) $(RSVG_CFLAGS) $(IMAGEMAGICK_CFLAGS) \ | 324 | $(GNUSTEP_CFLAGS) $(CFLAGS_SOUND) $(RSVG_CFLAGS) $(IMAGEMAGICK_CFLAGS) \ |
| 328 | $(PNG_CFLAGS) $(LIBXML2_CFLAGS) $(DBUS_CFLAGS) \ | 325 | $(PNG_CFLAGS) $(LIBXML2_CFLAGS) $(DBUS_CFLAGS) \ |