view pixmaps/gen-inline-pixbufs.sh @ 27732:4cc78957f550 v8.2.4392

patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong Commit: https://github.com/vim/vim/commit/64d95cfc56406858a05032c6a134f1e08fe2ca78 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 15 17:17:18 2022 +0000 patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong Problem: MS-Windows with VIMDLL: Escaping CSI is wrong. Solution: Put back #ifdef. (Ken Takata, closes https://github.com/vim/vim/issues/9769)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Feb 2022 18:30:03 +0100
parents d4faa2c5211b
children
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"; do
    name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list