diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ded72dd0c18..bf7a293adc6 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -202,6 +202,11 @@ lisp1= \ | |||
| 202 | $(lispsource)international/latin-5.el \ | 202 | $(lispsource)international/latin-5.el \ |
| 203 | $(lispsource)international/latin-8.el \ | 203 | $(lispsource)international/latin-8.el \ |
| 204 | $(lispsource)international/latin-9.el \ | 204 | $(lispsource)international/latin-9.el \ |
| 205 | $(lispsource)image.elc \ | ||
| 206 | $(lispsource)international/fontset.elc \ | ||
| 207 | $(lispsource)dnd.elc \ | ||
| 208 | $(lispsource)mwheel.elc \ | ||
| 209 | $(lispsource)tool-bar.elc \ | ||
| 205 | $(lispsource)case-table.elc | 210 | $(lispsource)case-table.elc |
| 206 | 211 | ||
| 207 | lisp2 = \ | 212 | lisp2 = \ |