grim/guifications1

close this branch since the hg conversion opened it again (this was the original branch name from my initial cvs import back in 2003)
Install
=======
To install Guifications, simply extract the contents of this zip file
to your gaim install directory, which is C:\Program Files\Gaim by
default.
To Compile
==========
I'm aiming for this plugin to be distributed with gaim, even though I know
how against that Sean is. But anyways, here's what you have to do to get
this to compile.
For starters extract the source into:
gaim-source-tree/plugins/
gaim-source being what ever path you extracted the gaim source tree to.
For example, if your gaim source tree is in /usr/local/src/gaim-VERSION
you want to "cd" over to /usr/local/src/gaim-VERSION/plugins/ and type:
tar zxvf guifications-VERSION.tar.gz
Then cd into the source dir
cd guifications-VERSION
Then type
make -f Makefile.mingw
make -f Makefile.mingw install
When it's done building copy guifications.dll and the pixmaps dir from your
win32-install-dir to your gaim install dir.
And you should be good to go. Restart gaim and try it out.