Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / lib-src / makefile.w32-in
index 51fac61..8d016bc 100644 (file)
@@ -123,10 +123,13 @@ $(BLD)/profile.exe:       $(PROFILEOBJS)
 #
 obj =   dosfns.o msdos.o \
        xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
-       fontset.o menu.o \
-       w32.o w32console.o w32fns.o w32heap.o w32inevt.o cygw32.o \
+       fontset.o menu.o dbusbind.o cygw32.o \
+       nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \
+       w32.o w32console.o w32fns.o w32heap.o w32inevt.o w32notify.o \
        w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o \
-       font.o w32font.o w32uniscribe.o \
+       w16select.o widget.o xfont.o ftfont.o xftfont.o ftxfont.o gtkutil.o \
+       xsettings.o xgselect.o termcap.o \
+       font.o w32font.o w32uniscribe.o w32notify.o \
        dispnew.o frame.o scroll.o xdisp.o window.o bidi.o \
        charset.o coding.o category.o ccl.o character.o chartab.o \
        cm.o term.o terminal.o xfaces.o \
@@ -213,7 +216,8 @@ lisp1= \
        $(lispsource)international/mule-cmds.elc \
        $(lispsource)international/characters.elc \
        $(lispsource)international/charprop.el \
-       $(lispsource)case-table.elc
+       $(lispsource)case-table.elc \
+       $(lispsource)emacs-lisp/macroexp.elc
 
 lisp2 = \
        $(lispsource)language/chinese.elc \
@@ -374,6 +378,9 @@ NTLIB_H        = $(LIB_SRC)/ntlib.h \
 SYSTIME_H      = $(SRC)/systime.h \
                 $(NT_INC)/sys/time.h \
                 $(GNU_LIB)/timespec.h
+SYSWAIT_H      = $(SRC)/syswait.h \
+                $(NT_INC)/stdbool.h \
+                $(NT_INC)/sys/wait.h
 
 $(BLD)/ctags.$(O) : \
        $(LIB_SRC)/ctags.c \
@@ -419,14 +426,14 @@ $(BLD)/make-docfile.$(O) : \
 $(BLD)/movemail.$(O) : \
        $(LIB_SRC)/movemail.c \
        $(LIB_SRC)/pop.h \
-       $(SRC)/syswait.h \
        $(NT_INC)/pwd.h \
        $(NT_INC)/sys/file.h \
        $(NT_INC)/sys/stat.h \
        $(NT_INC)/unistd.h \
        $(GNU_LIB)/getopt.h \
        $(CONFIG_H) \
-       $(NTLIB_H)
+       $(NTLIB_H) \
+       $(SYSWAIT_H)
 
 $(BLD)/ntlib.$(O) : \
        $(LIB_SRC)/ntlib.c \