comparison Filelist @ 19777:b245e974d42c v8.2.0445

patch 8.2.0445: png and xpm files not in MS-Windows zip file Commit: https://github.com/vim/vim/commit/f66ca9f1df535c8042292ce20f4260cafc877670 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 20:17:00 2020 +0100 patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 20:30:04 +0100
parents 00a1b89256ea
children f37028184d6a
comparison
equal deleted inserted replaced
19776:42e4083429a7 19777:b245e974d42c
784 # Unix runtime 784 # Unix runtime
785 RT_UNIX = \ 785 RT_UNIX = \
786 README_unix.txt \ 786 README_unix.txt \
787 runtime/hi16-action-make.png \ 787 runtime/hi16-action-make.png \
788 runtime/hi22-action-make.png \ 788 runtime/hi22-action-make.png \
789 runtime/vim16x16.png \
790 runtime/vim16x16.xpm \
791 runtime/vim32x32.png \
792 runtime/vim32x32.xpm \
793 runtime/vim48x48.png \
794 runtime/vim48x48.xpm \
795 runtime/gvim.desktop \ 789 runtime/gvim.desktop \
796 runtime/vim.desktop \ 790 runtime/vim.desktop \
797 791
798 # Unix and DOS runtime without CR-LF translation 792 # Unix and DOS runtime without CR-LF translation
799 RT_UNIX_DOS_BIN = \ 793 RT_UNIX_DOS_BIN = \
800 runtime/vim16x16.gif \ 794 runtime/vim16x16.gif \
795 runtime/vim16x16.png \
796 runtime/vim16x16.xpm \
801 runtime/vim32x32.gif \ 797 runtime/vim32x32.gif \
798 runtime/vim32x32.png \
799 runtime/vim32x32.xpm \
802 runtime/vim48x48.gif \ 800 runtime/vim48x48.gif \
801 runtime/vim48x48.png \
802 runtime/vim48x48.xpm \
803 803
804 # runtime not for unix or extra 804 # runtime not for unix or extra
805 RT_NO_UNIX = \ 805 RT_NO_UNIX = \
806 806
807 # runtime for Amiga (also in the extra archive) 807 # runtime for Amiga (also in the extra archive)