diff options
Diffstat (limited to 'lib-src/makefile.w32-in')
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ed76a38ebf8..6b490917fa7 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -170,6 +170,7 @@ lisp= \ | |||
| 170 | $(lispsource)international/mule-conf.el \ | 170 | $(lispsource)international/mule-conf.el \ |
| 171 | $(lispsource)international/mule-cmds.elc \ | 171 | $(lispsource)international/mule-cmds.elc \ |
| 172 | $(lispsource)international/characters.elc \ | 172 | $(lispsource)international/characters.elc \ |
| 173 | $(lispsource)international/ucs-tables.elc \ | ||
| 173 | $(lispsource)international/utf-8.elc \ | 174 | $(lispsource)international/utf-8.elc \ |
| 174 | $(lispsource)international/latin-1.el \ | 175 | $(lispsource)international/latin-1.el \ |
| 175 | $(lispsource)international/latin-2.el \ | 176 | $(lispsource)international/latin-2.el \ |
| @@ -207,6 +208,7 @@ lisp= \ | |||
| 207 | $(lispsource)startup.elc \ | 208 | $(lispsource)startup.elc \ |
| 208 | $(lispsource)subr.elc \ | 209 | $(lispsource)subr.elc \ |
| 209 | $(lispsource)term/tty-colors.elc \ | 210 | $(lispsource)term/tty-colors.elc \ |
| 211 | $(lispsource)font-core.elc \ | ||
| 210 | $(lispsource)textmodes/fill.elc \ | 212 | $(lispsource)textmodes/fill.elc \ |
| 211 | $(lispsource)textmodes/page.elc \ | 213 | $(lispsource)textmodes/page.elc \ |
| 212 | $(lispsource)textmodes/paragraphs.elc \ | 214 | $(lispsource)textmodes/paragraphs.elc \ |