emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in,v
Date: Sat, 23 Aug 2008 16:58:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/23 16:58:02

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/Makefile.in,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -b -r1.431 -r1.432
--- Makefile.in 21 Aug 2008 14:49:28 -0000      1.431
+++ Makefile.in 23 Aug 2008 16:58:02 -0000      1.432
@@ -505,9 +505,9 @@
 
 #ifdef MSDOS
 #ifdef HAVE_X_WINDOWS
-MSDOS_OBJ = dosfns.o msdos.o
+MSDOS_OBJ = dosfns.o msdos.o xmenu.o
 #else
-MSDOS_OBJ = dosfns.o msdos.o w16select.o
+MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o
 #endif
 #endif
 
@@ -871,6 +871,7 @@
   ../lisp/international/fontset.elc \
   ../lisp/mouse.elc \
   ../lisp/term/x-win.elc \
+  ../lisp/term/pc-win.elc \
   ../lisp/term/ns-win.elc
 
 /* Construct full set of libraries to be linked.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]