emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lib-src/makefile.w32-in,v
Date: Sat, 23 Feb 2008 00:30:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/23 00:30:28

Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/lib-src/makefile.w32-in,v
retrieving revision 2.78
retrieving revision 2.79
diff -u -b -r2.78 -r2.79
--- makefile.w32-in     22 Feb 2008 11:03:07 -0000      2.78
+++ makefile.w32-in     23 Feb 2008 00:30:27 -0000      2.79
@@ -170,8 +170,7 @@
 MOUSE_SUPPORT = \
        $(lispsource)select.elc \
        $(lispsource)scroll-bar.elc \
-       $(lispsource)mouse.elc \
-       $(lispsource)tooltip.elc
+       $(lispsource)mouse.elc
 WINNT_SUPPORT = \
        $(lispsource)ls-lisp.elc \
        $(lispsource)disp-table.elc \
@@ -179,16 +178,6 @@
        $(lispsource)dos-w32.elc \
        $(lispsource)w32-vars.elc \
        $(lispsource)term/w32-win.elc
-
-# lisp files that are loaded up on other platforms
-MSDOS_SUPPORT = \
-       $(lispsource)dos-fns.elc \
-       $(lispsource)dos-vars.elc \
-       $(lispsource)international/ccl.elc \
-       $(lispsource)international/codepage.elc
-VMS_SUPPORT = \
-       $(lispsource)vmsproc.el \
-       $(lispsource)vms-patch.el
 TOOLTIP_SUPPORT = $(lispsource)tooltip.elc
 WINDOW_SUPPORT = \
        $(lispsource)fringe.elc \
@@ -198,6 +187,18 @@
        $(lispsource)tool-bar.elc \
        $(lispsource)mwheel.elc
 
+# lisp files that are loaded up on other platforms
+OTHER_PLATFORM_SUPPORT = \
+       $(lispsource)dos-fns.elc \
+       $(lispsource)dos-vars.elc \
+       $(lispsource)international/ccl.elc \
+       $(lispsource)international/codepage.elc \
+       $(lispsource)vmsproc.el \
+       $(lispsource)vms-patch.el \
+       $(lispsource)x-dnd.elc \
+       $(lispsource)term/x-win.elc
+
+
 lisp1= \
        $(lispsource)abbrev.elc \
        $(lispsource)buff-menu.elc \
@@ -250,6 +251,7 @@
        $(lispsource)language/japanese.el \
        $(lispsource)language/korean.el \
        $(lispsource)language/lao.el \
+       $(lispsource)language/cham.el \
        $(lispsource)language/tai-viet.el \
        $(lispsource)language/thai.el \
        $(lispsource)language/tibetan.elc \
@@ -257,6 +259,8 @@
        $(lispsource)language/misc-lang.el \
        $(lispsource)language/utf-8-lang.el \
        $(lispsource)language/georgian.el \
+       $(lispsource)language/khmer.el \
+       $(lispsource)language/burmese.el \
        $(lispsource)paths.el \
        $(lispsource)register.elc \
        $(lispsource)replace.elc \
@@ -277,8 +281,6 @@
        $(lispsource)vc-hooks.elc \
        $(lispsource)ediff-hook.elc \
        $(TOOLTIP_SUPPORT) \
-       $(VMS_SUPPORT) \
-       $(MSDOS_SUPPORT) \
        $(WINNT_SUPPORT) \
        $(WINDOW_SUPPORT) \
        $(lispsource)widget.elc \
@@ -296,11 +298,12 @@
        - $(DEL) temacs.exe
 
 DOC          = DOC
-$(DOC):                stamp_BLD $(BLD)/make-docfile.exe 
../src/$(BLD)/temacs.exe $(lisp1) $(lisp2)
+$(DOC):                stamp_BLD $(BLD)/make-docfile.exe 
../src/$(BLD)/temacs.exe $(lisp1) $(lisp2) $(OTHER_PLATFORM_SUPPORT)
                - $(DEL) $(DOC)
                "$(THISDIR)/$(BLD)/make-docfile" -o $(DOC) -d ../src $(obj)
                "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp1)
                "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src $(lisp2)
+               "$(THISDIR)/$(BLD)/make-docfile" -a $(DOC) -d ../src 
$(OTHER_PLATFORM_SUPPORT)
                $(CP) $(DOC) ../etc/DOC-X
                - mkdir "../src/$(OBJDIR)"
                - mkdir "../src/$(OBJDIR)/etc"




reply via email to

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