comparison Filelist @ 19526:22f0dda71638 v8.2.0320

patch 8.2.0320: no Haiku support Commit: https://github.com/vim/vim/commit/b3f740695a0199d22cd97aee314f06c7ae32d2ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 16:16:53 2020 +0100 patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes https://github.com/vim/vim/issues/5605)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 16:30:04 +0100
parents 4a6a412e4565
children 00a1b89256ea
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
597 src/proto/os_amiga.pro \ 597 src/proto/os_amiga.pro \
598 src/testdir/Make_amiga.mak \ 598 src/testdir/Make_amiga.mak \
599 src/testdir/amiga.vim \ 599 src/testdir/amiga.vim \
600 src/xxd/Make_amiga.mak \ 600 src/xxd/Make_amiga.mak \
601 601
602 # source files for Haiku (also in the extra archive)
603 SRC_HAIKU = \
604 src/os_haiku.h \
605 src/os_haiku.rdef \
606 src/gui_haiku.cc \
607 src/gui_haiku.h \
608 src/proto/gui_haiku.pro \
609
602 # source files for the Mac (also in the extra archive) 610 # source files for the Mac (also in the extra archive)
603 SRC_MAC = \ 611 SRC_MAC = \
604 src/INSTALLmac.txt \ 612 src/INSTALLmac.txt \
605 src/dehqx.py \ 613 src/dehqx.py \
606 src/gui_mac.c \ 614 src/gui_mac.c \
632 src/os_qnx.h \ 640 src/os_qnx.h \
633 src/gui_photon.c \ 641 src/gui_photon.c \
634 src/proto/gui_photon.pro \ 642 src/proto/gui_photon.pro \
635 src/proto/os_qnx.pro \ 643 src/proto/os_qnx.pro \
636 644
637
638 # source files for the extra archive (all sources that are not for Unix) 645 # source files for the extra archive (all sources that are not for Unix)
639 SRC_EXTRA = \ 646 SRC_EXTRA = \
640 $(SRC_AMI) \ 647 $(SRC_AMI) \
641 $(SRC_AMI_DOS) \ 648 $(SRC_AMI_DOS) \
642 $(SRC_DOS) \ 649 $(SRC_DOS) \
643 $(SRC_DOS_BIN) \ 650 $(SRC_DOS_BIN) \
651 $(SRC_HAIKU) \
644 $(SRC_MAC) \ 652 $(SRC_MAC) \
645 $(SRC_QNX) \ 653 $(SRC_QNX) \
646 $(SRC_VMS) \ 654 $(SRC_VMS) \
647 README_os390.txt \ 655 README_os390.txt \
648 src/Make_mint.mak \ 656 src/Make_mint.mak \