diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-25 20:17:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-25 20:17:00 +0100 |
commit | f66ca9f1df535c8042292ce20f4260cafc877670 (patch) | |
tree | 7769f8653064a0e67d40baeb8b105732d858a50f /Filelist | |
parent | d36ef573b2fad620824495f5423cb649cde55e03 (diff) | |
download | vim-git-f66ca9f1df535c8042292ce20f4260cafc877670.tar.gz |
patch 8.2.0445: png and xpm files not in MS-Windows zip filev8.2.0445
Problem: Png and xpm files not in MS-Windows zip file.
Solution: Move files to shared between Unix and Windows target.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -786,20 +786,20 @@ RT_UNIX = \ README_unix.txt \ runtime/hi16-action-make.png \ runtime/hi22-action-make.png \ - runtime/vim16x16.png \ - runtime/vim16x16.xpm \ - runtime/vim32x32.png \ - runtime/vim32x32.xpm \ - runtime/vim48x48.png \ - runtime/vim48x48.xpm \ runtime/gvim.desktop \ runtime/vim.desktop \ # Unix and DOS runtime without CR-LF translation RT_UNIX_DOS_BIN = \ runtime/vim16x16.gif \ + runtime/vim16x16.png \ + runtime/vim16x16.xpm \ runtime/vim32x32.gif \ + runtime/vim32x32.png \ + runtime/vim32x32.xpm \ runtime/vim48x48.gif \ + runtime/vim48x48.png \ + runtime/vim48x48.xpm \ # runtime not for unix or extra RT_NO_UNIX = \ |