view pixmaps/gen-inline-pixbufs.sh @ 26972:cd1da076adb4 v8.2.4015

patch 8.2.4015: build failure with tiny features Commit: https://github.com/vim/vim/commit/269dc6361888ca23ef8d87f2795753f0bacd95e6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 6 11:43:21 2022 +0000 patch 8.2.4015: build failure with tiny features Problem: Build failure with tiny features. (Tony Mechelynck) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jan 2022 12:45: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