summary refs log blame commit diff stats
path: root/src/pixmaps/makefile.mak
blob: e113b591cd14760a289a0341ece582b862d148fb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
June 2003. Rights: See end of file. */ #ifdef __cplusplus extern "C" { #endif typedef struct DIR DIR; struct dirent { char *d_name; }; DIR *opendir(const char *); int closedir(DIR *); struct dirent *readdir(DIR *); void rewinddir(DIR *); /* Copyright Kevlin Henney, 1997, 2003. All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose is hereby granted without fee, provided that this copyright and permissions notice appear in all copies and derivatives. This software is supplied "as is" without express or implied warranty. But that said, if there are any problems please get in touch. */ #ifdef __cplusplus } #endif #endif