aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-09 20:28:06 +0200
committerEli Zaretskii2012-10-09 20:28:06 +0200
commitb97f22cdad55a0964758cef3a19ce3fa1098657d (patch)
tree8d078a5b2aab3f55708a5f8eeaf8ca0f022e6ee3 /src/makefile.w32-in
parent87c141ce9750881f6203148e3c49d00710cd472e (diff)
parentb15736e6e33a52021a2a91b0b3360cd5a9803405 (diff)
downloademacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.tar.gz
emacs-b97f22cdad55a0964758cef3a19ce3fa1098657d.zip
Merge from trunk.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in12
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.
28HEAPSIZE = $(EMACS_HEAPSIZE) 28HEAPSIZE = $(EMACS_HEAPSIZE)
29 29
30LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc -DHAVE_NTGUI=1 $(EMACS_EXTRA_C_FLAGS) 30LOCAL_FLAGS = -Demacs=1 -I../lib -I../nt/inc $(EMACS_EXTRA_C_FLAGS)
31 31
32SRC = . 32SRC = .
33EMACS = $(BLD)/emacs.exe 33EMACS = $(BLD)/emacs.exe
@@ -424,11 +424,11 @@ DISPEXTERN_H = $(SRC)/dispextern.h \
424 $(W32GUI_H) 424 $(W32GUI_H)
425FILEMODE_H = $(GNU_LIB)/filemode.h \ 425FILEMODE_H = $(GNU_LIB)/filemode.h \
426 $(NT_INC)/sys/stat.h 426 $(NT_INC)/sys/stat.h
427FONT_H = $(SRC)/font.h \
428 $(FRAME_H) \
429 $(CCL_H)
430FRAME_H = $(SRC)/frame.h \ 427FRAME_H = $(SRC)/frame.h \
431 $(DISPEXTERN_H) 428 $(DISPEXTERN_H)
429FONT_H = $(SRC)/font.h \
430 $(CCL_H) \
431 $(FRAME_H)
432FTOASTR_H = $(GNU_LIB)/ftoastr.h \ 432FTOASTR_H = $(GNU_LIB)/ftoastr.h \
433 $(GNU_LIB)/intprops.h 433 $(GNU_LIB)/intprops.h
434GRP_H = $(NT_INC)/grp.h \ 434GRP_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