aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-05-18 13:32:07 +0200
committerJuanma Barranquero2011-05-18 13:32:07 +0200
commita2b1fa8edefa661943e68b5c85673680794c5bcb (patch)
tree48b6c29de915c88404661f89fe1c13c7753c6271 /src
parentda6c8463b3d6ed436d6f76327dea0db647eb60b4 (diff)
downloademacs-a2b1fa8edefa661943e68b5c85673680794c5bcb.tar.gz
emacs-a2b1fa8edefa661943e68b5c85673680794c5bcb.zip
src/makefile.w32-in: Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in37
2 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 643317e9fa3..ddb2c272687 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-05-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in: Update dependencies.
4
12011-05-18 Christoph Scholtes <cschol2112@googlemail.com> 52011-05-18 Christoph Scholtes <cschol2112@googlemail.com>
2 6
3 * menu.c: Include limits.h (fixes the MS-Windows build broken by 7 * menu.c: Include limits.h (fixes the MS-Windows build broken by
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index e19a19645f9..71c4fa4c0ac 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -397,6 +397,7 @@ PROCESS_H = $(SRC)/process.h \
397$(BLD)/alloc.$(O) : \ 397$(BLD)/alloc.$(O) : \
398 $(SRC)/alloc.c \ 398 $(SRC)/alloc.c \
399 $(CONFIG_H) \ 399 $(CONFIG_H) \
400 $(EMACS_ROOT)/nt/inc/unistd.h \
400 $(EMACS_ROOT)/nt/inc/sys/time.h \ 401 $(EMACS_ROOT)/nt/inc/sys/time.h \
401 $(LISP_H) \ 402 $(LISP_H) \
402 $(PROCESS_H) \ 403 $(PROCESS_H) \
@@ -432,12 +433,14 @@ $(BLD)/atimer.$(O) : \
432$(BLD)/bidi.$(O) : \ 433$(BLD)/bidi.$(O) : \
433 $(SRC)/bidi.c \ 434 $(SRC)/bidi.c \
434 $(CONFIG_H) \ 435 $(CONFIG_H) \
436 $(EMACS_ROOT)/nt/inc/sys/time.h \
435 $(LISP_H) \ 437 $(LISP_H) \
436 $(SRC)/bidimirror.h \ 438 $(SRC)/bidimirror.h \
437 $(SRC)/biditype.h \ 439 $(SRC)/biditype.h \
438 $(SRC)/buffer.h \ 440 $(SRC)/buffer.h \
439 $(SRC)/character.h \ 441 $(SRC)/character.h \
440 $(SRC)/dispextern.h \ 442 $(SRC)/dispextern.h \
443 $(SRC)/systime.h \
441 $(SRC)/w32gui.h 444 $(SRC)/w32gui.h
442 445
443$(BLD)/buffer.$(O) : \ 446$(BLD)/buffer.$(O) : \
@@ -468,11 +471,13 @@ $(BLD)/buffer.$(O) : \
468$(BLD)/bytecode.$(O) : \ 471$(BLD)/bytecode.$(O) : \
469 $(SRC)/bytecode.c \ 472 $(SRC)/bytecode.c \
470 $(CONFIG_H) \ 473 $(CONFIG_H) \
474 $(EMACS_ROOT)/nt/inc/sys/time.h \
471 $(LISP_H) \ 475 $(LISP_H) \
472 $(SRC)/buffer.h \ 476 $(SRC)/buffer.h \
473 $(SRC)/character.h \ 477 $(SRC)/character.h \
474 $(SRC)/dispextern.h \ 478 $(SRC)/dispextern.h \
475 $(SRC)/syntax.h \ 479 $(SRC)/syntax.h \
480 $(SRC)/systime.h \
476 $(SRC)/w32gui.h \ 481 $(SRC)/w32gui.h \
477 $(SRC)/window.h 482 $(SRC)/window.h
478 483
@@ -496,6 +501,7 @@ $(BLD)/callint.$(O) : \
496$(BLD)/callproc.$(O) : \ 501$(BLD)/callproc.$(O) : \
497 $(SRC)/callproc.c \ 502 $(SRC)/callproc.c \
498 $(CONFIG_H) \ 503 $(CONFIG_H) \
504 $(EMACS_ROOT)/nt/inc/unistd.h \
499 $(EMACS_ROOT)/nt/inc/sys/file.h \ 505 $(EMACS_ROOT)/nt/inc/sys/file.h \
500 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 506 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
501 $(EMACS_ROOT)/nt/inc/sys/time.h \ 507 $(EMACS_ROOT)/nt/inc/sys/time.h \
@@ -560,6 +566,7 @@ $(BLD)/ccl.$(O) : \
560$(BLD)/character.$(O) : \ 566$(BLD)/character.$(O) : \
561 $(SRC)/character.c \ 567 $(SRC)/character.c \
562 $(CONFIG_H) \ 568 $(CONFIG_H) \
569 $(EMACS_ROOT)/lib/intprops.h \
563 $(LISP_H) \ 570 $(LISP_H) \
564 $(SRC)/buffer.h \ 571 $(SRC)/buffer.h \
565 $(SRC)/character.h \ 572 $(SRC)/character.h \
@@ -609,6 +616,7 @@ $(BLD)/cmds.$(O) : \
609$(BLD)/coding.$(O) : \ 616$(BLD)/coding.$(O) : \
610 $(SRC)/coding.c \ 617 $(SRC)/coding.c \
611 $(CONFIG_H) \ 618 $(CONFIG_H) \
619 $(EMACS_ROOT)/nt/inc/sys/time.h \
612 $(LISP_H) \ 620 $(LISP_H) \
613 $(SRC)/buffer.h \ 621 $(SRC)/buffer.h \
614 $(SRC)/ccl.h \ 622 $(SRC)/ccl.h \
@@ -618,6 +626,7 @@ $(BLD)/coding.$(O) : \
618 $(SRC)/composite.h \ 626 $(SRC)/composite.h \
619 $(SRC)/dispextern.h \ 627 $(SRC)/dispextern.h \
620 $(SRC)/frame.h \ 628 $(SRC)/frame.h \
629 $(SRC)/systime.h \
621 $(SRC)/termhooks.h \ 630 $(SRC)/termhooks.h \
622 $(SRC)/w32gui.h \ 631 $(SRC)/w32gui.h \
623 $(SRC)/window.h 632 $(SRC)/window.h
@@ -625,6 +634,7 @@ $(BLD)/coding.$(O) : \
625$(BLD)/composite.$(O) : \ 634$(BLD)/composite.$(O) : \
626 $(SRC)/composite.c \ 635 $(SRC)/composite.c \
627 $(CONFIG_H) \ 636 $(CONFIG_H) \
637 $(EMACS_ROOT)/nt/inc/sys/time.h \
628 $(LISP_H) \ 638 $(LISP_H) \
629 $(SRC)/buffer.h \ 639 $(SRC)/buffer.h \
630 $(SRC)/ccl.h \ 640 $(SRC)/ccl.h \
@@ -635,6 +645,7 @@ $(BLD)/composite.$(O) : \
635 $(SRC)/font.h \ 645 $(SRC)/font.h \
636 $(SRC)/frame.h \ 646 $(SRC)/frame.h \
637 $(SRC)/intervals.h \ 647 $(SRC)/intervals.h \
648 $(SRC)/systime.h \
638 $(SRC)/termhooks.h \ 649 $(SRC)/termhooks.h \
639 $(SRC)/w32gui.h \ 650 $(SRC)/w32gui.h \
640 $(SRC)/window.h 651 $(SRC)/window.h
@@ -684,6 +695,7 @@ $(BLD)/dired.$(O) : \
684$(BLD)/dispnew.$(O) : \ 695$(BLD)/dispnew.$(O) : \
685 $(SRC)/dispnew.c \ 696 $(SRC)/dispnew.c \
686 $(CONFIG_H) \ 697 $(CONFIG_H) \
698 $(EMACS_ROOT)/nt/inc/unistd.h \
687 $(EMACS_ROOT)/nt/inc/sys/time.h \ 699 $(EMACS_ROOT)/nt/inc/sys/time.h \
688 $(LISP_H) \ 700 $(LISP_H) \
689 $(PROCESS_H) \ 701 $(PROCESS_H) \
@@ -758,6 +770,7 @@ $(BLD)/editfns.$(O) : \
758$(BLD)/emacs.$(O) : \ 770$(BLD)/emacs.$(O) : \
759 $(SRC)/emacs.c \ 771 $(SRC)/emacs.c \
760 $(CONFIG_H) \ 772 $(CONFIG_H) \
773 $(EMACS_ROOT)/nt/inc/unistd.h \
761 $(EMACS_ROOT)/nt/inc/sys/file.h \ 774 $(EMACS_ROOT)/nt/inc/sys/file.h \
762 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 775 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
763 $(EMACS_ROOT)/nt/inc/sys/time.h \ 776 $(EMACS_ROOT)/nt/inc/sys/time.h \
@@ -873,6 +886,7 @@ $(BLD)/fns.$(O) : \
873$(BLD)/font.$(O) : \ 886$(BLD)/font.$(O) : \
874 $(SRC)/font.c \ 887 $(SRC)/font.c \
875 $(CONFIG_H) \ 888 $(CONFIG_H) \
889 $(EMACS_ROOT)/nt/inc/sys/time.h \
876 $(LISP_H) \ 890 $(LISP_H) \
877 $(SRC)/buffer.h \ 891 $(SRC)/buffer.h \
878 $(SRC)/ccl.h \ 892 $(SRC)/ccl.h \
@@ -883,6 +897,7 @@ $(BLD)/font.$(O) : \
883 $(SRC)/font.h \ 897 $(SRC)/font.h \
884 $(SRC)/fontset.h \ 898 $(SRC)/fontset.h \
885 $(SRC)/frame.h \ 899 $(SRC)/frame.h \
900 $(SRC)/systime.h \
886 $(SRC)/w32gui.h \ 901 $(SRC)/w32gui.h \
887 $(SRC)/w32term.h \ 902 $(SRC)/w32term.h \
888 $(SRC)/window.h 903 $(SRC)/window.h
@@ -961,6 +976,7 @@ $(BLD)/gmalloc.$(O) : \
961$(BLD)/gnutls.$(O) : \ 976$(BLD)/gnutls.$(O) : \
962 $(SRC)/gnutls.c \ 977 $(SRC)/gnutls.c \
963 $(CONFIG_H) \ 978 $(CONFIG_H) \
979 $(EMACS_ROOT)/nt/inc/unistd.h \
964 $(LISP_H) \ 980 $(LISP_H) \
965 $(PROCESS_H) \ 981 $(PROCESS_H) \
966 $(SRC)/w32.h 982 $(SRC)/w32.h
@@ -1015,6 +1031,7 @@ $(BLD)/insdel.$(O) : \
1015 $(SRC)/insdel.c \ 1031 $(SRC)/insdel.c \
1016 $(CONFIG_H) \ 1032 $(CONFIG_H) \
1017 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1033 $(EMACS_ROOT)/nt/inc/sys/time.h \
1034 $(EMACS_ROOT)/lib/intprops.h \
1018 $(LISP_H) \ 1035 $(LISP_H) \
1019 $(SRC)/atimer.h \ 1036 $(SRC)/atimer.h \
1020 $(SRC)/blockinput.h \ 1037 $(SRC)/blockinput.h \
@@ -1048,6 +1065,7 @@ $(BLD)/intervals.$(O) : \
1048$(BLD)/keyboard.$(O) : \ 1065$(BLD)/keyboard.$(O) : \
1049 $(SRC)/keyboard.c \ 1066 $(SRC)/keyboard.c \
1050 $(CONFIG_H) \ 1067 $(CONFIG_H) \
1068 $(EMACS_ROOT)/nt/inc/unistd.h \
1051 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 1069 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1052 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1070 $(EMACS_ROOT)/nt/inc/sys/time.h \
1053 $(LISP_H) \ 1071 $(LISP_H) \
@@ -1198,6 +1216,7 @@ $(BLD)/w32.$(O) : \
1198 $(CONFIG_H) \ 1216 $(CONFIG_H) \
1199 $(EMACS_ROOT)/nt/inc/grp.h \ 1217 $(EMACS_ROOT)/nt/inc/grp.h \
1200 $(EMACS_ROOT)/nt/inc/pwd.h \ 1218 $(EMACS_ROOT)/nt/inc/pwd.h \
1219 $(EMACS_ROOT)/nt/inc/unistd.h \
1201 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1220 $(EMACS_ROOT)/nt/inc/sys/file.h \
1202 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1221 $(EMACS_ROOT)/nt/inc/sys/socket.h \
1203 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1222 $(EMACS_ROOT)/nt/inc/sys/time.h \
@@ -1243,6 +1262,7 @@ $(BLD)/w32proc.$(O) : \
1243 $(CONFIG_H) \ 1262 $(CONFIG_H) \
1244 $(EMACS_ROOT)/nt/inc/langinfo.h \ 1263 $(EMACS_ROOT)/nt/inc/langinfo.h \
1245 $(EMACS_ROOT)/nt/inc/nl_types.h \ 1264 $(EMACS_ROOT)/nt/inc/nl_types.h \
1265 $(EMACS_ROOT)/nt/inc/unistd.h \
1246 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1266 $(EMACS_ROOT)/nt/inc/sys/file.h \
1247 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1267 $(EMACS_ROOT)/nt/inc/sys/time.h \
1248 $(LISP_H) \ 1268 $(LISP_H) \
@@ -1262,6 +1282,7 @@ $(BLD)/w32proc.$(O) : \
1262$(BLD)/w32console.$(O) : \ 1282$(BLD)/w32console.$(O) : \
1263 $(SRC)/w32console.c \ 1283 $(SRC)/w32console.c \
1264 $(CONFIG_H) \ 1284 $(CONFIG_H) \
1285 $(EMACS_ROOT)/nt/inc/sys/time.h \
1265 $(LISP_H) \ 1286 $(LISP_H) \
1266 $(SRC)/character.h \ 1287 $(SRC)/character.h \
1267 $(SRC)/coding.h \ 1288 $(SRC)/coding.h \
@@ -1269,6 +1290,7 @@ $(BLD)/w32console.$(O) : \
1269 $(SRC)/dispextern.h \ 1290 $(SRC)/dispextern.h \
1270 $(SRC)/disptab.h \ 1291 $(SRC)/disptab.h \
1271 $(SRC)/frame.h \ 1292 $(SRC)/frame.h \
1293 $(SRC)/systime.h \
1272 $(SRC)/termchar.h \ 1294 $(SRC)/termchar.h \
1273 $(SRC)/termhooks.h \ 1295 $(SRC)/termhooks.h \
1274 $(SRC)/w32gui.h \ 1296 $(SRC)/w32gui.h \
@@ -1277,6 +1299,7 @@ $(BLD)/w32console.$(O) : \
1277$(BLD)/print.$(O) : \ 1299$(BLD)/print.$(O) : \
1278 $(SRC)/print.c \ 1300 $(SRC)/print.c \
1279 $(CONFIG_H) \ 1301 $(CONFIG_H) \
1302 $(EMACS_ROOT)/nt/inc/unistd.h \
1280 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1303 $(EMACS_ROOT)/nt/inc/sys/time.h \
1281 $(EMACS_ROOT)/lib/ftoastr.h \ 1304 $(EMACS_ROOT)/lib/ftoastr.h \
1282 $(EMACS_ROOT)/lib/intprops.h \ 1305 $(EMACS_ROOT)/lib/intprops.h \
@@ -1305,6 +1328,7 @@ $(BLD)/process.$(O) : \
1305 $(SRC)/process.c \ 1328 $(SRC)/process.c \
1306 $(CONFIG_H) \ 1329 $(CONFIG_H) \
1307 $(EMACS_ROOT)/nt/inc/netdb.h \ 1330 $(EMACS_ROOT)/nt/inc/netdb.h \
1331 $(EMACS_ROOT)/nt/inc/unistd.h \
1308 $(EMACS_ROOT)/nt/inc/arpa/inet.h \ 1332 $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1309 $(EMACS_ROOT)/nt/inc/netinet/in.h \ 1333 $(EMACS_ROOT)/nt/inc/netinet/in.h \
1310 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1334 $(EMACS_ROOT)/nt/inc/sys/file.h \
@@ -1414,6 +1438,7 @@ $(BLD)/sound.$(O) : \
1414$(BLD)/syntax.$(O) : \ 1438$(BLD)/syntax.$(O) : \
1415 $(SRC)/syntax.c \ 1439 $(SRC)/syntax.c \
1416 $(CONFIG_H) \ 1440 $(CONFIG_H) \
1441 $(EMACS_ROOT)/nt/inc/sys/time.h \
1417 $(LISP_H) \ 1442 $(LISP_H) \
1418 $(SRC)/buffer.h \ 1443 $(SRC)/buffer.h \
1419 $(SRC)/category.h \ 1444 $(SRC)/category.h \
@@ -1425,6 +1450,7 @@ $(BLD)/syntax.$(O) : \
1425 $(SRC)/keymap.h \ 1450 $(SRC)/keymap.h \
1426 $(SRC)/regex.h \ 1451 $(SRC)/regex.h \
1427 $(SRC)/syntax.h \ 1452 $(SRC)/syntax.h \
1453 $(SRC)/systime.h \
1428 $(SRC)/w32gui.h 1454 $(SRC)/w32gui.h
1429 1455
1430$(BLD)/sysdep.$(O) : \ 1456$(BLD)/sysdep.$(O) : \
@@ -1433,6 +1459,7 @@ $(BLD)/sysdep.$(O) : \
1433 $(EMACS_ROOT)/nt/inc/grp.h \ 1459 $(EMACS_ROOT)/nt/inc/grp.h \
1434 $(EMACS_ROOT)/nt/inc/netdb.h \ 1460 $(EMACS_ROOT)/nt/inc/netdb.h \
1435 $(EMACS_ROOT)/nt/inc/pwd.h \ 1461 $(EMACS_ROOT)/nt/inc/pwd.h \
1462 $(EMACS_ROOT)/nt/inc/unistd.h \
1436 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1463 $(EMACS_ROOT)/nt/inc/sys/file.h \
1437 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 1464 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1438 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1465 $(EMACS_ROOT)/nt/inc/sys/socket.h \
@@ -1513,11 +1540,13 @@ $(BLD)/terminal.$(O) : \
1513$(BLD)/textprop.$(O) : \ 1540$(BLD)/textprop.$(O) : \
1514 $(SRC)/textprop.c \ 1541 $(SRC)/textprop.c \
1515 $(CONFIG_H) \ 1542 $(CONFIG_H) \
1543 $(EMACS_ROOT)/nt/inc/sys/time.h \
1516 $(LISP_H) \ 1544 $(LISP_H) \
1517 $(SRC)/buffer.h \ 1545 $(SRC)/buffer.h \
1518 $(SRC)/composite.h \ 1546 $(SRC)/composite.h \
1519 $(SRC)/dispextern.h \ 1547 $(SRC)/dispextern.h \
1520 $(SRC)/intervals.h \ 1548 $(SRC)/intervals.h \
1549 $(SRC)/systime.h \
1521 $(SRC)/w32gui.h \ 1550 $(SRC)/w32gui.h \
1522 $(SRC)/window.h 1551 $(SRC)/window.h
1523 1552
@@ -1530,10 +1559,12 @@ $(BLD)/tparam.$(O) : \
1530$(BLD)/undo.$(O) : \ 1559$(BLD)/undo.$(O) : \
1531 $(SRC)/undo.c \ 1560 $(SRC)/undo.c \
1532 $(CONFIG_H) \ 1561 $(CONFIG_H) \
1562 $(EMACS_ROOT)/nt/inc/sys/time.h \
1533 $(LISP_H) \ 1563 $(LISP_H) \
1534 $(SRC)/buffer.h \ 1564 $(SRC)/buffer.h \
1535 $(SRC)/commands.h \ 1565 $(SRC)/commands.h \
1536 $(SRC)/dispextern.h \ 1566 $(SRC)/dispextern.h \
1567 $(SRC)/systime.h \
1537 $(SRC)/w32gui.h \ 1568 $(SRC)/w32gui.h \
1538 $(SRC)/window.h 1569 $(SRC)/window.h
1539 1570
@@ -1577,6 +1608,7 @@ $(BLD)/window.$(O) : \
1577$(BLD)/xdisp.$(O) : \ 1608$(BLD)/xdisp.$(O) : \
1578 $(SRC)/xdisp.c \ 1609 $(SRC)/xdisp.c \
1579 $(CONFIG_H) \ 1610 $(CONFIG_H) \
1611 $(EMACS_ROOT)/nt/inc/unistd.h \
1580 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1612 $(EMACS_ROOT)/nt/inc/sys/time.h \
1581 $(LISP_H) \ 1613 $(LISP_H) \
1582 $(PROCESS_H) \ 1614 $(PROCESS_H) \
@@ -1689,6 +1721,7 @@ $(BLD)/w32menu.$(O) : \
1689$(BLD)/w32term.$(O) : \ 1721$(BLD)/w32term.$(O) : \
1690 $(SRC)/w32term.c \ 1722 $(SRC)/w32term.c \
1691 $(CONFIG_H) \ 1723 $(CONFIG_H) \
1724 $(EMACS_ROOT)/nt/inc/unistd.h \
1692 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 1725 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1693 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1726 $(EMACS_ROOT)/nt/inc/sys/time.h \
1694 $(LISP_H) \ 1727 $(LISP_H) \
@@ -1768,6 +1801,7 @@ $(BLD)/w32xfns.$(O) : \
1768$(BLD)/w32font.$(O) : \ 1801$(BLD)/w32font.$(O) : \
1769 $(SRC)/w32font.c \ 1802 $(SRC)/w32font.c \
1770 $(CONFIG_H) \ 1803 $(CONFIG_H) \
1804 $(EMACS_ROOT)/nt/inc/sys/time.h \
1771 $(LISP_H) \ 1805 $(LISP_H) \
1772 $(SRC)/ccl.h \ 1806 $(SRC)/ccl.h \
1773 $(SRC)/character.h \ 1807 $(SRC)/character.h \
@@ -1778,6 +1812,7 @@ $(BLD)/w32font.$(O) : \
1778 $(SRC)/font.h \ 1812 $(SRC)/font.h \
1779 $(SRC)/fontset.h \ 1813 $(SRC)/fontset.h \
1780 $(SRC)/frame.h \ 1814 $(SRC)/frame.h \
1815 $(SRC)/systime.h \
1781 $(SRC)/w32font.h \ 1816 $(SRC)/w32font.h \
1782 $(SRC)/w32gui.h \ 1817 $(SRC)/w32gui.h \
1783 $(SRC)/w32term.h 1818 $(SRC)/w32term.h
@@ -1785,6 +1820,7 @@ $(BLD)/w32font.$(O) : \
1785$(BLD)/w32uniscribe.$(O) : \ 1820$(BLD)/w32uniscribe.$(O) : \
1786 $(SRC)/w32uniscribe.c \ 1821 $(SRC)/w32uniscribe.c \
1787 $(CONFIG_H) \ 1822 $(CONFIG_H) \
1823 $(EMACS_ROOT)/nt/inc/sys/time.h \
1788 $(LISP_H) \ 1824 $(LISP_H) \
1789 $(SRC)/ccl.h \ 1825 $(SRC)/ccl.h \
1790 $(SRC)/character.h \ 1826 $(SRC)/character.h \
@@ -1794,6 +1830,7 @@ $(BLD)/w32uniscribe.$(O) : \
1794 $(SRC)/font.h \ 1830 $(SRC)/font.h \
1795 $(SRC)/fontset.h \ 1831 $(SRC)/fontset.h \
1796 $(SRC)/frame.h \ 1832 $(SRC)/frame.h \
1833 $(SRC)/systime.h \
1797 $(SRC)/w32font.h \ 1834 $(SRC)/w32font.h \
1798 $(SRC)/w32gui.h \ 1835 $(SRC)/w32gui.h \
1799 $(SRC)/w32term.h 1836 $(SRC)/w32term.h