diff options
| author | Jason Rumney | 2007-10-20 23:39:07 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-10-20 23:39:07 +0000 |
| commit | a40c6a08bec581cac2b37dae326baf0c7adf3db0 (patch) | |
| tree | 793c1c7b80aecd28e9158159145d5efa7f3e414a /lib-src | |
| parent | bd45f31ddc9ed9d408038ee665a19a2a575729c9 (diff) | |
| download | emacs-a40c6a08bec581cac2b37dae326baf0c7adf3db0.tar.gz emacs-a40c6a08bec581cac2b37dae326baf0c7adf3db0.zip | |
(TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
(WINNT_SUPPORT): Add term/w32-win.elc.
(lisp1, lisp2): Sync with lisp in src/Makefile.in.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 63 |
1 files changed, 43 insertions, 20 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index c76b79e3adb..190a293984c 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -167,30 +167,56 @@ obj = sunfns.o dosfns.o msdos.o \ | |||
| 167 | # | 167 | # |
| 168 | lispsource = ../lisp/ | 168 | lispsource = ../lisp/ |
| 169 | 169 | ||
| 170 | MOUSE_SUPPORT = $(lispsource)select.elc $(lispsource)scroll-bar.elc $(lispsource)mouse.elc $(lispsource)tooltip.elc | 170 | MOUSE_SUPPORT = \ |
| 171 | WINNT_SUPPORT = $(lispsource)ls-lisp.elc $(lispsource)disp-table.elc $(lispsource)w32-fns.elc $(lispsource)dos-w32.elc $(lispsource)w32-vars.elc | 171 | $(lispsource)select.elc \ |
| 172 | $(lispsource)scroll-bar.elc \ | ||
| 173 | $(lispsource)mouse.elc \ | ||
| 174 | $(lispsource)tooltip.elc | ||
| 175 | WINNT_SUPPORT = \ | ||
| 176 | $(lispsource)ls-lisp.elc \ | ||
| 177 | $(lispsource)disp-table.elc \ | ||
| 178 | $(lispsource)w32-fns.elc \ | ||
| 179 | $(lispsource)dos-w32.elc \ | ||
| 180 | $(lispsource)w32-vars.elc \ | ||
| 181 | $(lispsource)term/w32-win.elc | ||
| 172 | 182 | ||
| 173 | # lisp files that are loaded up on other platforms | 183 | # lisp files that are loaded up on other platforms |
| 174 | MSDOS_SUPPORT = $(lispsource)dos-fns.elc $(lispsource)dos-vars.elc $(lispsource)international/ccl.elc $(lispsource)international/codepage.elc | 184 | MSDOS_SUPPORT = \ |
| 175 | VMS_SUPPORT = $(lispsource)vmsproc.elc $(lispsource)vms-patch.elc | 185 | $(lispsource)dos-fns.elc \ |
| 186 | $(lispsource)dos-vars.elc \ | ||
| 187 | $(lispsource)international/ccl.elc \ | ||
| 188 | $(lispsource)international/codepage.elc | ||
| 189 | VMS_SUPPORT = \ | ||
| 190 | $(lispsource)vmsproc.elc \ | ||
| 191 | $(lispsource)vms-patch.elc | ||
| 192 | TOOLTIP_SUPPORT = $(lispsource)tooltip.elc | ||
| 193 | WINDOW_SUPPORT = \ | ||
| 194 | $(lispsource)fringe.elc \ | ||
| 195 | $(lispsource)image.elc \ | ||
| 196 | $(lispsource)international/fontset.elc \ | ||
| 197 | $(lispsource)dnd.elc \ | ||
| 198 | $(lispsource)tool-bar.elc \ | ||
| 199 | $(lispsource)mwheel.elc | ||
| 176 | 200 | ||
| 177 | lisp1= \ | 201 | lisp1= \ |
| 178 | $(lispsource)abbrev.elc \ | 202 | $(lispsource)abbrev.elc \ |
| 179 | $(lispsource)buff-menu.elc \ | 203 | $(lispsource)buff-menu.elc \ |
| 180 | $(lispsource)button.elc \ | 204 | $(lispsource)button.elc \ |
| 181 | $(lispsource)emacs-lisp/byte-run.elc \ | 205 | $(lispsource)emacs-lisp/byte-run.elc \ |
| 206 | ${lispsource}composite.elc \ | ||
| 182 | $(lispsource)cus-face.elc \ | 207 | $(lispsource)cus-face.elc \ |
| 183 | $(lispsource)cus-start.elc \ | 208 | $(lispsource)cus-start.elc \ |
| 184 | $(lispsource)custom.elc \ | 209 | $(lispsource)custom.elc \ |
| 185 | $(lispsource)emacs-lisp/backquote.elc \ | 210 | $(lispsource)emacs-lisp/backquote.elc \ |
| 186 | $(lispsource)emacs-lisp/lisp-mode.elc \ | 211 | $(lispsource)emacs-lisp/lisp-mode.elc \ |
| 187 | $(lispsource)emacs-lisp/lisp.elc \ | 212 | $(lispsource)emacs-lisp/lisp.elc \ |
| 188 | $(lispsource)facemenu.elc \ | 213 | $(lispsource)env.elc \ |
| 189 | $(MOUSE_SUPPORT) \ | ||
| 190 | $(lispsource)faces.elc \ | 214 | $(lispsource)faces.elc \ |
| 191 | $(lispsource)files.elc \ | 215 | $(lispsource)files.elc \ |
| 192 | $(lispsource)emacs-lisp/float-sup.elc \ | ||
| 193 | $(lispsource)format.elc \ | 216 | $(lispsource)format.elc \ |
| 217 | $(lispsource)facemenu.elc \ | ||
| 218 | $(MOUSE_SUPPORT) \ | ||
| 219 | $(lispsource)emacs-lisp/float-sup.elc \ | ||
| 194 | $(lispsource)frame.elc \ | 220 | $(lispsource)frame.elc \ |
| 195 | $(lispsource)help.elc \ | 221 | $(lispsource)help.elc \ |
| 196 | $(lispsource)indent.elc \ | 222 | $(lispsource)indent.elc \ |
| @@ -200,23 +226,18 @@ lisp1= \ | |||
| 200 | $(lispsource)loaddefs.el \ | 226 | $(lispsource)loaddefs.el \ |
| 201 | $(lispsource)bindings.elc \ | 227 | $(lispsource)bindings.elc \ |
| 202 | $(lispsource)emacs-lisp/map-ynp.elc \ | 228 | $(lispsource)emacs-lisp/map-ynp.elc \ |
| 203 | $(lispsource)env.elc \ | 229 | $(lispsource)menu-bar.elc \ |
| 204 | $(lispsource)international/mule.elc \ | 230 | $(lispsource)international/mule.elc \ |
| 205 | $(lispsource)international/mule-conf.el \ | 231 | $(lispsource)international/mule-conf.el \ |
| 206 | $(lispsource)international/mule-cmds.elc \ | 232 | $(lispsource)international/mule-cmds.elc \ |
| 207 | $(lispsource)international/characters.elc \ | 233 | $(lispsource)international/characters.elc \ |
| 208 | $(lispsource)fringe.elc \ | 234 | $(lispsource)international/charprop.el \ |
| 209 | $(lispsource)image.elc \ | ||
| 210 | $(lispsource)international/fontset.elc \ | ||
| 211 | $(lispsource)dnd.elc \ | ||
| 212 | $(lispsource)mwheel.elc \ | ||
| 213 | $(lispsource)tool-bar.elc \ | ||
| 214 | $(lispsource)case-table.elc | 235 | $(lispsource)case-table.elc |
| 215 | 236 | ||
| 216 | lisp2 = \ | 237 | lisp2 = \ |
| 217 | $(lispsource)language/chinese.elc \ | 238 | $(lispsource)language/chinese.el \ |
| 218 | $(lispsource)language/cyrillic.elc \ | 239 | $(lispsource)language/cyrillic.el \ |
| 219 | $(lispsource)language/indian.elc \ | 240 | $(lispsource)language/indian.el \ |
| 220 | $(lispsource)language/devanagari.el \ | 241 | $(lispsource)language/devanagari.el \ |
| 221 | $(lispsource)language/kannada.el \ | 242 | $(lispsource)language/kannada.el \ |
| 222 | $(lispsource)language/malayalam.el \ | 243 | $(lispsource)language/malayalam.el \ |
| @@ -232,13 +253,13 @@ lisp2 = \ | |||
| 232 | $(lispsource)language/japanese.el \ | 253 | $(lispsource)language/japanese.el \ |
| 233 | $(lispsource)language/korean.el \ | 254 | $(lispsource)language/korean.el \ |
| 234 | $(lispsource)language/lao.el \ | 255 | $(lispsource)language/lao.el \ |
| 256 | $(lispsource)language/tai-viet.el \ | ||
| 235 | $(lispsource)language/thai.el \ | 257 | $(lispsource)language/thai.el \ |
| 236 | $(lispsource)language/tibetan.elc \ | 258 | $(lispsource)language/tibetan.elc \ |
| 237 | $(lispsource)language/vietnamese.elc \ | 259 | $(lispsource)language/vietnamese.el \ |
| 238 | $(lispsource)language/misc-lang.el \ | 260 | $(lispsource)language/misc-lang.el \ |
| 239 | $(lispsource)language/utf-8-lang.el \ | 261 | $(lispsource)language/utf-8-lang.el \ |
| 240 | $(lispsource)language/georgian.el \ | 262 | $(lispsource)language/georgian.el \ |
| 241 | $(lispsource)menu-bar.elc \ | ||
| 242 | $(lispsource)paths.el \ | 263 | $(lispsource)paths.el \ |
| 243 | $(lispsource)register.elc \ | 264 | $(lispsource)register.elc \ |
| 244 | $(lispsource)replace.elc \ | 265 | $(lispsource)replace.elc \ |
| @@ -255,12 +276,14 @@ lisp2 = \ | |||
| 255 | $(lispsource)textmodes/paragraphs.elc \ | 276 | $(lispsource)textmodes/paragraphs.elc \ |
| 256 | $(lispsource)textmodes/text-mode.elc \ | 277 | $(lispsource)textmodes/text-mode.elc \ |
| 257 | $(lispsource)emacs-lisp/timer.elc \ | 278 | $(lispsource)emacs-lisp/timer.elc \ |
| 258 | $(lispsource)vc-hooks.elc \ | ||
| 259 | $(lispsource)jka-cmpr-hook.elc \ | 279 | $(lispsource)jka-cmpr-hook.elc \ |
| 280 | $(lispsource)vc-hooks.elc \ | ||
| 260 | $(lispsource)ediff-hook.elc \ | 281 | $(lispsource)ediff-hook.elc \ |
| 282 | $(TOOLTIP_SUPPORT) \ | ||
| 261 | $(VMS_SUPPORT) \ | 283 | $(VMS_SUPPORT) \ |
| 262 | $(MSDOS_SUPPORT) \ | 284 | $(MSDOS_SUPPORT) \ |
| 263 | $(WINNT_SUPPORT) \ | 285 | $(WINNT_SUPPORT) \ |
| 286 | $(WINDOW_SUPPORT) \ | ||
| 264 | $(lispsource)widget.elc \ | 287 | $(lispsource)widget.elc \ |
| 265 | $(lispsource)window.elc \ | 288 | $(lispsource)window.elc \ |
| 266 | $(lispsource)version.el | 289 | $(lispsource)version.el |