# HG changeset patch # User Eli Zaretskii # Date 1159101465 0 # Node ID e9354aa84a588a95d5c8c646703435bddefbd347 # Parent fd4e9d08fa35180ca99a0f407d99bac60468ea07 ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend on nt/inc/langinfo.h and nt/inc/nl_types.h. diff -r fd4e9d08fa35 -r e9354aa84a58 src/makefile.w32-in --- a/src/makefile.w32-in Sun Sep 24 12:37:06 2006 +0000 +++ b/src/makefile.w32-in Sun Sep 24 12:37:45 2006 +0000 @@ -678,6 +678,8 @@ $(EMACS_ROOT)/src/s/ms-w32.h \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ + $(EMACS_ROOT)/nt/inc/langinfo.h \ + $(EMACS_ROOT)/nt/inc/nl_types.h \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ @@ -993,6 +995,8 @@ $(SRC)/w32proc.c \ $(SRC)/s/ms-w32.h \ $(SRC)/m/intel386.h \ + $(EMACS_ROOT)/nt/inc/langinfo.h \ + $(EMACS_ROOT)/nt/inc/nl_types.h \ $(SRC)/config.h \ $(SRC)/process.h \ $(SRC)/syssignal.h \