Changeset 3019

Show
Ignore:
Timestamp:
02/26/03 21:09:50 (6 years ago)
Author:
miyoshi
Message:

* makefile.meadow.w32-in: Update dependancies.

* makefile.nt: Update dependancies.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/ChangeLog.Meadow

    r3017 r3019  
    1414 
    1515        * makefile.meadow.w32-in (FULL_LINK_FLAGS): Append mw32mci.c. 
     16        Update dependancies. 
    1617 
    1718        * makefile.nt (LINK_FLAGS): Ditto. 
     19        Update dependancies. 
    1820 
    1921        * keyboard.c (make_lispy_event): Convert mw32_mci_event to a list 
  • work/cvs2svn/src/makefile.meadow.w32-in

    r3017 r3019  
    771771    $(EMACS_ROOT)/nt/inc/sys/time.h \ 
    772772    $(SRC)/mw32sync.h \ 
     773    $(SRC)/mw32mci.h \ 
    773774    $(SRC)/coding.h \ 
    774775    $(SRC)/ccl.h \ 
     
    13741375    $(SRC)/frame.h \ 
    13751376    $(SRC)/mw32font.h \ 
     1377    $(SRC)/mw32mci.h \ 
    13761378    $(SRC)/systty.h \ 
    13771379    $(SRC)/charset.h \ 
     
    15181520    $(SRC)/w32.h 
    15191521 
     1522$(BLD)/mw32mci.$(O): \ 
     1523    $(SRC)/config.h \ 
     1524    $(SRC)/s/ms-w32.h \ 
     1525    $(SRC)/m/intel386.h \ 
     1526    $(SRC)/lisp.h \ 
     1527    $(SRC)/charset.h \ 
     1528    $(SRC)/coding.h \ 
     1529    $(SRC)/ccl.h \ 
     1530    $(SRC)/mw32term.h \ 
     1531    $(SRC)/frame.h \ 
     1532    $(SRC)/mw32font.h \ 
     1533    $(SRC)/mw32mci.h 
     1534 
    15201535$(BLD)/xfaces.$(O): \ 
    15211536    $(SRC)/config.h \ 
  • work/cvs2svn/src/makefile.nt

    r3017 r3019  
    922922    $(EMACS_ROOT)\nt\inc\sys\time.h \ 
    923923    $(SRC)\mw32sync.h \ 
     924    $(SRC)\mw32mci.h \ 
    924925    $(SRC)\coding.h \ 
    925926    $(SRC)\ccl.h \ 
     
    15611562    $(SRC)\frame.h \ 
    15621563    $(SRC)\mw32font.h \ 
     1564    $(SRC)\mw32mci.h \ 
    15631565    $(SRC)\systty.h \ 
    15641566    $(SRC)\charset.h \ 
     
    17131715    $(SRC)\mw32dl.h 
    17141716 
     1717$(BLD)\mw32mci.obj: \ 
     1718    $(SRC)\mw32mci.c \ 
     1719    $(SRC)\config.h \ 
     1720    $(SRC)\s\ms-w32.h \ 
     1721    $(SRC)\m\intel386.h \ 
     1722    $(SRC)\lisp.h \ 
     1723    $(SRC)\charset.h \ 
     1724    $(SRC)\coding.h \ 
     1725    $(SRC)\ccl.h \ 
     1726    $(SRC)\mw32term.h \ 
     1727    $(SRC)\frame.h \ 
     1728    $(SRC)\mw32font.h \ 
     1729    $(SRC)\mw32mci.h 
     1730 
    17151731$(BLD)\xfaces.obj: \ 
    17161732    $(SRC)\xfaces.c \