From c7ec88c88adb4f15b154ad125977d9c2c4ae4956 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Fri, 2 Apr 2010 07:29:16 +0200 Subject: move additions to own repo, so that patch contains only modifications --- src/pixmaps/makefile.mak | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/pixmaps/makefile.mak (limited to 'src/pixmaps/makefile.mak') diff --git a/src/pixmaps/makefile.mak b/src/pixmaps/makefile.mak new file mode 100644 index 00000000..e113b591 --- /dev/null +++ b/src/pixmaps/makefile.mak @@ -0,0 +1,18 @@ +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 -- cgit 1.4.1