0
0
mirror of https://github.com/vim/vim.git synced 2025-10-16 07:24:23 -04:00

nsis: Split gvim.nsi and factor out auxiliary code into auxiliary.nsh

Improves maintainability by separating helper functions and macros from
the main installer script.

related: #18440

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
RestorerZ
2025-09-29 19:48:54 +00:00
committed by Christian Brabandt
parent f9feda2d6d
commit c55efbb148
3 changed files with 152 additions and 126 deletions

View File

@@ -639,6 +639,7 @@ SRC_DOS = \
src/tee/tee.c \
src/xxd/Make_ming.mak \
src/xxd/Make_mvc.mak \
nsis/auxiliary.nsh \
nsis/gvim.nsi \
nsis/gvim_version.nsh \
nsis/Makefile \