diff options
| author | Eli Zaretskii | 2012-10-09 20:28:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-09 20:28:06 +0200 |
| commit | b97f22cdad55a0964758cef3a19ce3fa1098657d (patch) | |
| tree | 8d078a5b2aab3f55708a5f8eeaf8ca0f022e6ee3 /src/makefile.w32-in | |
| parent | 87c141ce9750881f6203148e3c49d00710cd472e (diff) | |
| parent | b15736e6e33a52021a2a91b0b3360cd5a9803405 (diff) | |
| download | emacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.tar.gz emacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.zip | |
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 29b7925f1b9..f96f765a7fa 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -27,7 +27,7 @@ EMACSLOADPATH=$(CURDIR)/../lisp | |||
| 27 | # Size in MBs of the static heap in temacs.exe. | 27 | # Size in MBs of the static heap in temacs.exe. |
| 28 | HEAPSIZE = $(EMACS_HEAPSIZE) | 28 | HEAPSIZE = $(EMACS_HEAPSIZE) |
| 29 | 29 | ||
| 30 | LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS) | 30 | LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc $(EMACS_EXTRA_C_FLAGS) |
| 31 | 31 | ||
| 32 | SRC = . | 32 | SRC = . |
| 33 | EMACS = $(BLD)/emacs.exe | 33 | EMACS = $(BLD)/emacs.exe |
| @@ -424,11 +424,11 @@ DISPEXTERN_H = $(SRC)/dispextern.h \ | |||
| 424 | $(W32GUI_H) | 424 | $(W32GUI_H) |
| 425 | FILEMODE_H = $(GNU_LIB)/filemode.h \ | 425 | FILEMODE_H = $(GNU_LIB)/filemode.h \ |
| 426 | $(NT_INC)/sys/stat.h | 426 | $(NT_INC)/sys/stat.h |
| 427 | FONT_H = $(SRC)/font.h \ | ||
| 428 | $(FRAME_H) \ | ||
| 429 | $(CCL_H) | ||
| 430 | FRAME_H = $(SRC)/frame.h \ | 427 | FRAME_H = $(SRC)/frame.h \ |
| 431 | $(DISPEXTERN_H) | 428 | $(DISPEXTERN_H) |
| 429 | FONT_H = $(SRC)/font.h \ | ||
| 430 | $(CCL_H) \ | ||
| 431 | $(FRAME_H) | ||
| 432 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ | 432 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ |
| 433 | $(GNU_LIB)/intprops.h | 433 | $(GNU_LIB)/intprops.h |
| 434 | GRP_H = $(NT_INC)/grp.h \ | 434 | GRP_H = $(NT_INC)/grp.h \ |
| @@ -801,7 +801,6 @@ $(BLD)/emacs.$(O) : \ | |||
| 801 | $(SRC)/w32.h \ | 801 | $(SRC)/w32.h \ |
| 802 | $(SRC)/w32heap.h \ | 802 | $(SRC)/w32heap.h \ |
| 803 | $(SRC)/w32select.h \ | 803 | $(SRC)/w32select.h \ |
| 804 | $(SRC)/w32font.h \ | ||
| 805 | $(NT_INC)/sys/file.h \ | 804 | $(NT_INC)/sys/file.h \ |
| 806 | $(NT_INC)/unistd.h \ | 805 | $(NT_INC)/unistd.h \ |
| 807 | $(GNU_LIB)/ignore-value.h \ | 806 | $(GNU_LIB)/ignore-value.h \ |
| @@ -817,6 +816,7 @@ $(BLD)/emacs.$(O) : \ | |||
| 817 | $(SYSSIGNAL_H) \ | 816 | $(SYSSIGNAL_H) \ |
| 818 | $(SYSTTY_H) \ | 817 | $(SYSTTY_H) \ |
| 819 | $(TERMHOOKS_H) \ | 818 | $(TERMHOOKS_H) \ |
| 819 | $(W32FONT_H) \ | ||
| 820 | $(W32TERM_H) \ | 820 | $(W32TERM_H) \ |
| 821 | $(WINDOW_H) | 821 | $(WINDOW_H) |
| 822 | 822 | ||
| @@ -1191,8 +1191,8 @@ $(BLD)/w32.$(O) : \ | |||
| 1191 | 1191 | ||
| 1192 | $(BLD)/w32heap.$(O) : \ | 1192 | $(BLD)/w32heap.$(O) : \ |
| 1193 | $(SRC)/w32heap.c \ | 1193 | $(SRC)/w32heap.c \ |
| 1194 | $(SRC)/w32heap.h \ | ||
| 1195 | $(SRC)/w32common.h \ | 1194 | $(SRC)/w32common.h \ |
| 1195 | $(SRC)/w32heap.h \ | ||
| 1196 | $(CONFIG_H) \ | 1196 | $(CONFIG_H) \ |
| 1197 | $(LISP_H) | 1197 | $(LISP_H) |
| 1198 | 1198 | ||