comparison Filelist @ 24570:27033b8bba0e v8.2.2824

patch 8.2.2824: MS-Windows: build failure with MSVC Commit: https://github.com/vim/vim/commit/1bb0da25a6581cd09d6df91f11ce866dc775597b Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 2 19:15:05 2021 +0200 patch 8.2.2824: MS-Windows: build failure with MSVC Problem: MS-Windows: build failure with MSVC. Solution: Adjust the list of distributed files. Add hint about python. Adjust path for reading runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 May 2021 19:30:04 +0200
parents c4e9c88bf4be
children 2e6cc2bf37d8
comparison
equal deleted inserted replaced
24569:e3ec2ec8841a 24570:27033b8bba0e
435 src/gui_gtk_f.c \ 435 src/gui_gtk_f.c \
436 src/gui_gtk_f.h \ 436 src/gui_gtk_f.h \
437 src/gui_gtk_x11.c \ 437 src/gui_gtk_x11.c \
438 src/gui_gtk_res.xml \ 438 src/gui_gtk_res.xml \
439 src/gui_motif.c \ 439 src/gui_motif.c \
440 src/gui_xim.c \
441 src/gui_xmdlg.c \ 440 src/gui_xmdlg.c \
442 src/gui_xmebw.c \ 441 src/gui_xmebw.c \
443 src/gui_xmebw.h \ 442 src/gui_xmebw.h \
444 src/gui_xmebwp.h \ 443 src/gui_xmebwp.h \
445 src/gui_x11.c \ 444 src/gui_x11.c \
459 src/proto/gui_athena.pro \ 458 src/proto/gui_athena.pro \
460 src/proto/gui_gtk.pro \ 459 src/proto/gui_gtk.pro \
461 src/proto/gui_gtk_x11.pro \ 460 src/proto/gui_gtk_x11.pro \
462 src/proto/gui_gtk_gresources.pro \ 461 src/proto/gui_gtk_gresources.pro \
463 src/proto/gui_motif.pro \ 462 src/proto/gui_motif.pro \
464 src/proto/gui_xim.pro \
465 src/proto/gui_xmdlg.pro \ 463 src/proto/gui_xmdlg.pro \
466 src/proto/gui_x11.pro \ 464 src/proto/gui_x11.pro \
467 src/proto/if_xcmdsrv.pro \ 465 src/proto/if_xcmdsrv.pro \
468 src/proto/os_unix.pro \ 466 src/proto/os_unix.pro \
469 src/proto/pty.pro \ 467 src/proto/pty.pro \
479 src/tee/Makefile \ 477 src/tee/Makefile \
480 src/xxd/Makefile \ 478 src/xxd/Makefile \
481 479
482 # source files for both DOS and Unix 480 # source files for both DOS and Unix
483 SRC_DOS_UNIX = \ 481 SRC_DOS_UNIX = \
482 src/gui_xim.c \
484 src/if_cscope.c \ 483 src/if_cscope.c \
485 src/if_cscope.h \ 484 src/if_cscope.h \
486 src/if_lua.c \ 485 src/if_lua.c \
487 src/if_mzsch.c \ 486 src/if_mzsch.c \
488 src/if_mzsch.h \ 487 src/if_mzsch.h \
491 src/if_python.c \ 490 src/if_python.c \
492 src/if_python3.c \ 491 src/if_python3.c \
493 src/if_py_both.h \ 492 src/if_py_both.h \
494 src/if_ruby.c \ 493 src/if_ruby.c \
495 src/if_tcl.c \ 494 src/if_tcl.c \
495 src/proto/gui_xim.pro \
496 src/proto/if_cscope.pro \ 496 src/proto/if_cscope.pro \
497 src/proto/if_lua.pro \ 497 src/proto/if_lua.pro \
498 src/proto/if_mzsch.pro \ 498 src/proto/if_mzsch.pro \
499 src/proto/if_perl.pro \ 499 src/proto/if_perl.pro \
500 src/proto/if_perlsfio.pro \ 500 src/proto/if_perlsfio.pro \