blob: 4362b49151d7b34ef83b3067a8f9c9f877d72a0e (
plain) (
tree)
c7ec88c8 ^
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:
$(CONV) --build-list $(LIST) > inline_pngs.h
clean:
del *.h
|