summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-05-02 19:15:05 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-02 19:15:05 +0200
commit1bb0da25a6581cd09d6df91f11ce866dc775597b (patch)
treefc7bb5628d52ae2ec87ff5ee033bf86c4e9247d3 /Filelist
parent4c295027a426986566cd7a76c47a6d3a529727e7 (diff)
patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824
Problem: MS-Windows: build failure with MSVC. Solution: Adjust the list of distributed files. Add hint about python. Adjust path for reading runtime files.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/Filelist b/Filelist
index 82fb376e1e..60d6278922 100644
--- a/Filelist
+++ b/Filelist
@@ -437,7 +437,6 @@ SRC_UNIX = \
src/gui_gtk_x11.c \
src/gui_gtk_res.xml \
src/gui_motif.c \
- src/gui_xim.c \
src/gui_xmdlg.c \
src/gui_xmebw.c \
src/gui_xmebw.h \
@@ -461,7 +460,6 @@ SRC_UNIX = \
src/proto/gui_gtk_x11.pro \
src/proto/gui_gtk_gresources.pro \
src/proto/gui_motif.pro \
- src/proto/gui_xim.pro \
src/proto/gui_xmdlg.pro \
src/proto/gui_x11.pro \
src/proto/if_xcmdsrv.pro \
@@ -481,6 +479,7 @@ SRC_UNIX = \
# source files for both DOS and Unix
SRC_DOS_UNIX = \
+ src/gui_xim.c \
src/if_cscope.c \
src/if_cscope.h \
src/if_lua.c \
@@ -493,6 +492,7 @@ SRC_DOS_UNIX = \
src/if_py_both.h \
src/if_ruby.c \
src/if_tcl.c \
+ src/proto/gui_xim.pro \
src/proto/if_cscope.pro \
src/proto/if_lua.pro \
src/proto/if_mzsch.pro \