diff libpurple/protocols/qq/Makefile.mingw @ 23695:5f454b975a99

2008.08.10 - csyfek <csyfek(at)gmail.com> * Commit to Pidgin 2008.08.06 - ccpaging <ecc_hy(at)hotmail.com> * Rename names of variables, Group, to Room * Functions of group_network merged into qq_network and qq_process * Canceled managing glist of group packet, add sub_cmdd and room_id to transaction * Fixed error of demo group: If 'room list' and 'room infor' are not setup, response received from server will emits 'room_id = 0' packet. 2008.08.04 - ccpaging <ecc_hy(at)hotmail.com> * Use new crypt/decrypt functions * Rename crypt.c/h to qq_crypt.c/h * Clean code of decrypt functions * Fixed decryption failure 2008.08.04 - csyfek <csyfek(at)gmail.com> * Update AUTHORS
author SHiNE CsyFeK <csyfek@gmail.com>
date Sun, 10 Aug 2008 04:32:14 +0000
parents c07b2a2b1b62
children e16982ad923f
line wrap: on
line diff
--- a/libpurple/protocols/qq/Makefile.mingw	Sat Aug 09 23:23:48 2008 +0000
+++ b/libpurple/protocols/qq/Makefile.mingw	Sun Aug 10 04:32:14 2008 +0000
@@ -43,7 +43,7 @@
 	buddy_list.c \
 	buddy_opt.c \
 	char_conv.c \
-	crypt.c \
+	qq_crypt.c \
 	file_trans.c \
 	group.c \
 	group_conv.c \
@@ -53,18 +53,17 @@
 	group_im.c \
 	group_info.c \
 	group_join.c \
-	group_network.c \
 	group_opt.c \
 	group_search.c \
 	header_info.c \
 	im.c \
+	qq_process.c \
+	qq_base.c \
 	packet_parse.c \
 	qq.c \
-	qq_base.c \
 	qq_network.c \
-	qq_process.c \
+	send_file.c \
 	qq_trans.c \
-	send_file.c \
 	sys_msg.c \
 	utils.c