comparison src/protocols/gg/Makefile.mingw @ 11360:cf15c1cdcfbd

[gaim-migrate @ 13582] New Gadu-Gadu implementation. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 28 Aug 2005 22:46:01 +0000
parents bb7723f0b4b9
children 3c536224f0d0
comparison
equal deleted inserted replaced
11359:9480e0d0f563 11360:cf15c1cdcfbd
46 ## 46 ##
47 ## INCLUDE PATHS 47 ## INCLUDE PATHS
48 ## 48 ##
49 49
50 INCLUDE_PATHS += -I$(GG_ROOT) \ 50 INCLUDE_PATHS += -I$(GG_ROOT) \
51 -I$(GG_ROOT)/lib \
51 -I$(GTK_TOP)/include \ 52 -I$(GTK_TOP)/include \
52 -I$(GTK_TOP)/include/gtk-2.0 \ 53 -I$(GTK_TOP)/include/gtk-2.0 \
53 -I$(GTK_TOP)/include/glib-2.0 \ 54 -I$(GTK_TOP)/include/glib-2.0 \
54 -I$(GTK_TOP)/include/pango-1.0 \ 55 -I$(GTK_TOP)/include/pango-1.0 \
55 -I$(GTK_TOP)/include/atk-1.0 \ 56 -I$(GTK_TOP)/include/atk-1.0 \
66 67
67 ## 68 ##
68 ## SOURCES, OBJECTS 69 ## SOURCES, OBJECTS
69 ## 70 ##
70 71
71 C_SRC = libgg.c \ 72 C_SRC = \
72 common.c \ 73 lib/common.c \
73 gg.c 74 lib/dcc.c \
75 lib/events.c \
76 lib/http.c \
77 lib/libgadu.c \
78 lib/obsolete.c \
79 lib/pubdir.c \
80 lib/pubdir50.c \
81 lib/compat.h \
82 lib/libgadu.h \
83 gg.c
74 84
75 OBJECTS = $(C_SRC:%.c=%.o) 85 OBJECTS = $(C_SRC:%.c=%.o)
76 86
77 87
78 ## 88 ##