Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 26443:fee1e854e183 v8.2.3752
patch 8.2.3752: build error when using Photon GUI
Commit: https://github.com/vim/vim/commit/8603be338ac810446f23c092f21bc6082f787519
Author: h-east <h.east.727@gmail.com>
Date: Mon Dec 6 11:24:09 2021 +0000
patch 8.2.3752: build error when using Photon GUI
Problem: Build error when using Photon GUI.
Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/9288)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 06 Dec 2021 12:30: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