view pixmaps/gen-inline-pixbufs.sh @ 27871:2be33ea63428 v8.2.4461

patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL Commit: https://github.com/vim/vim/commit/3c620b0c0394b754597f68fdd9da5de76156f3ce Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 24 11:39:43 2022 +0000 patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL Problem: MS-Windows: garbage characters on stdout with VIMDLL. Solution: Don't call gui_focus_change() when about to quit. (Ken Takata, closes #9840)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Feb 2022 12:45:05 +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