comparison src/protocols/msn/Makefile.mingw @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents bbd8cdaf0ad5
children e187a25405ee
comparison
equal deleted inserted replaced
9192:5655dcd94d0f 9193:502707ca1836
68 ## SOURCES, OBJECTS 68 ## SOURCES, OBJECTS
69 ## 69 ##
70 70
71 C_SRC = cmdproc.c \ 71 C_SRC = cmdproc.c \
72 command.c \ 72 command.c \
73 dispatch.c \
73 error.c \ 74 error.c \
74 group.c \ 75 group.c \
75 history.c \ 76 history.c \
76 httpmethod.c \ 77 httpmethod.c \
77 msg.c \ 78 msg.c \
78 msn.c \ 79 msn.c \
79 msnobject.c \ 80 nexus.c \
80 msnslp.c \
81 notification.c \ 81 notification.c \
82 nexus.c \ 82 object.c \
83 page.c \ 83 page.c \
84 servconn.c \ 84 servconn.c \
85 session.c \ 85 session.c \
86 slp.c \
87 slpcall.c \
88 slplink.c \
89 slpmsg.c \
90 slpsession.c \
86 state.c \ 91 state.c \
87 switchboard.c \ 92 switchboard.c \
88 table.c \ 93 table.c \
89 transaction.c \ 94 transaction.c \
90 user.c \ 95 user.c \
96 userlist.c \
91 utils.c 97 utils.c
92 98
93 99
94 OBJECTS = $(C_SRC:%.c=%.o) 100 OBJECTS = $(C_SRC:%.c=%.o)
95 101