comparison src/protocols/jabber/Makefile.mingw @ 7017:15733f9cfe69

[gaim-migrate @ 7580] hopefully this makes win32 compile, but I probably forgot something committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 29 Sep 2003 15:30:17 +0000
parents bb7723f0b4b9
children 06e7697f3fae
comparison
equal deleted inserted replaced
7016:aa619031193b 7017:15733f9cfe69
67 67
68 ## 68 ##
69 ## SOURCES, OBJECTS 69 ## SOURCES, OBJECTS
70 ## 70 ##
71 71
72 C_SRC = jabber.c \ 72 C_SRC = auth.c \
73 expat.c \ 73 buddy.c \
74 genhash.c \ 74 chat.c \
75 hashtable.c \ 75 iq.c \
76 jconn.c \ 76 jabber.c \
77 jid.c \
78 jpacket.c \
79 jutil.c \ 77 jutil.c \
80 karma.c \ 78 message.c \
81 log.c \ 79 parser.c \
82 pool.c \ 80 presence.c \
83 pproxy.c \ 81 roster.c \
84 rate.c \
85 sha.c \
86 socket.c \
87 str.c \
88 xhash.c \
89 xmlnode.c \ 82 xmlnode.c \
90 xmlparse.c \
91 xmlrole.c \
92 xmltok.c \
93 xstream.c \
94 win32/posix.uname.c 83 win32/posix.uname.c
95 84
96 85
97 OBJECTS = $(C_SRC:%.c=%.o) 86 OBJECTS = $(C_SRC:%.c=%.o)
98 87