Mercurial > pidgin
comparison src/protocols/msn/Makefile.mingw @ 19805:d59225f62362
[gaim-migrate @ 16840]
made for win32 develop
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Fri, 18 Aug 2006 19:09:07 +0000 |
parents | 3cfdf1653a64 |
children |
comparison
equal
deleted
inserted
replaced
19804:22eeb4882d77 | 19805:d59225f62362 |
---|---|
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 contact.c\ | |
73 dialog.c \ | 74 dialog.c \ |
74 directconn.c \ | 75 directconn.c \ |
75 error.c \ | 76 error.c \ |
76 group.c \ | 77 group.c \ |
77 history.c \ | 78 history.c \ |
79 msg.c \ | 80 msg.c \ |
80 msn.c \ | 81 msn.c \ |
81 nexus.c \ | 82 nexus.c \ |
82 notification.c \ | 83 notification.c \ |
83 object.c \ | 84 object.c \ |
85 oim.c\ | |
84 page.c \ | 86 page.c \ |
85 servconn.c \ | 87 servconn.c \ |
86 session.c \ | 88 session.c \ |
87 slp.c \ | 89 slp.c \ |
88 slpcall.c \ | 90 slpcall.c \ |
89 slplink.c \ | 91 slplink.c \ |
90 slpmsg.c \ | 92 slpmsg.c \ |
91 slpsession.c \ | 93 slpsession.c \ |
94 soap.c\ | |
92 state.c \ | 95 state.c \ |
93 switchboard.c \ | 96 switchboard.c \ |
94 sync.c \ | 97 sync.c \ |
95 table.c \ | 98 table.c \ |
96 transaction.c \ | 99 transaction.c \ |