Mercurial > pidgin
comparison pidgin/pixmaps/toolbar/16/Makefile.mingw @ 16039:ded8da3de5f8
This should get all the Win32 Makefiles in line with
the names Pidgin and Purple. I tried to separate PIDGIN
and PURPLE values as much as a could to make it easier to
divide them later if that's ever desired.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Tue, 10 Apr 2007 06:19:29 +0000 |
parents | ad9e09c331f5 |
children |
comparison
equal
deleted
inserted
replaced
16037:8f62c4177e0c | 16039:ded8da3de5f8 |
---|---|
2 # Makefile.mingw | 2 # Makefile.mingw |
3 # | 3 # |
4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps | 4 # Description: Makefile for win32 (mingw) version of Pidgin pixmaps |
5 # | 5 # |
6 | 6 |
7 GAIM_TOP := ../../../.. | 7 PIDGIN_TREE_TOP := ../../../.. |
8 include $(GAIM_TOP)/libpurple/win32/global.mak | 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
9 | 9 |
10 datadir = $(GAIM_INSTALL_DIR) | 10 datadir = $(PIDGIN_INSTALL_DIR) |
11 include ./Makefile.am | 11 include ./Makefile.am |
12 | 12 |
13 .PHONY: install | 13 .PHONY: install |
14 | 14 |
15 install: | 15 install: |