hexchat/src/pixmaps/makefile.mak

19 lines
354 B
Makefile
Raw Normal View History

CONV = gdk-pixbuf-csource
LIST = bookpng book.png \
hoppng hop.png \
oppng op.png \
purplepng purple.png \
redpng red.png \
trayfilepng fileoffer.png \
trayhilightpng highlight.png \
traymsgpng message.png \
voicepng voice.png \
xchatpng ..\..\xchat.png
all:
2010-08-24 14:03:18 -04:00
@$(CONV) --build-list $(LIST) > inline_pngs.h
clean:
2010-08-24 14:46:59 -04:00
@del *.h