Mercurial > pidgin
comparison libpurple/plugins/ssl/Makefile.mingw @ 15376:0e17470b47c2
Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 21 Jan 2007 21:55:07 +0000 |
parents | 5fe8042783c1 |
children | ded8da3de5f8 |
comparison
equal
deleted
inserted
replaced
15375:9a4305efd23e | 15376:0e17470b47c2 |
---|---|
3 # | 3 # |
4 # Description: Makefile for ssl plugin. | 4 # Description: Makefile for ssl plugin. |
5 # | 5 # |
6 | 6 |
7 GAIM_TOP := ../../.. | 7 GAIM_TOP := ../../.. |
8 include $(GAIM_TOP)/libgaim/win32/global.mak | 8 include $(GAIM_TOP)/libpurple/win32/global.mak |
9 | 9 |
10 ## | 10 ## |
11 ## VARIABLE DEFINITIONS | 11 ## VARIABLE DEFINITIONS |
12 ## | 12 ## |
13 TARGET = ssl | 13 TARGET = ssl |
54 ## | 54 ## |
55 LIBS = \ | 55 LIBS = \ |
56 -lglib-2.0 \ | 56 -lglib-2.0 \ |
57 -lws2_32 \ | 57 -lws2_32 \ |
58 -lintl \ | 58 -lintl \ |
59 -lgaim \ | 59 -lpurple \ |
60 -lnss3 \ | 60 -lnss3 \ |
61 -lnspr4 \ | 61 -lnspr4 \ |
62 -lssl3 | 62 -lssl3 |
63 | 63 |
64 include $(GAIM_COMMON_RULES) | 64 include $(GAIM_COMMON_RULES) |