view pixmaps/gen-inline-pixbufs.sh @ 14925:8b1b3228c410 v8.1.0474

patch 8.1.0474: directory where if_perl.c is written is inconsistent commit https://github.com/vim/vim/commit/a16bc5450359294f9d8585da9f74e5082108b7fb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 14 16:25:10 2018 +0200 patch 8.1.0474: directory where if_perl.c is written is inconsistent Problem: Directory where if_perl.c is written is inconsistent. Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes https://github.com/vim/vim/issues/3540)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Oct 2018 16:30:06 +0200
parents 3fc0f57ecb91
children d4faa2c5211b
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