comparison plugins/perl/common/Makefile.mingw @ 11130:3f3bc7f1b6bf

[gaim-migrate @ 13186] Fixed warning messages committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Tue, 19 Jul 2005 10:03:10 +0000
parents 6dcfec6f2f7c
children 2b6009535e30
comparison
equal deleted inserted replaced
11129:0754ce8f1122 11130:3f3bc7f1b6bf
42 42
43 ## 43 ##
44 ## SOURCES, OBJECTS 44 ## SOURCES, OBJECTS
45 ## 45 ##
46 46
47 XS_FILES = Account.xs \ 47 XS_FILES = Account.xs
48 BuddyList.xs \ 48 AccountOpts.xs
49 BuddyList_Buddy.xs \ 49 BuddyIcon.xs
50 BuddyList_Chat.xs \ 50 BuddyList.xs
51 BuddyList_Group.xs \ 51 Cipher.xs
52 Connection.xs \ 52 Cmds.xs
53 ConvWindow.xs \ 53 Connection.xs
54 Conversation.xs \ 54 Conversation.xs
55 Conversation_Chat.xs \ 55 FT.xs
56 Conversation_IM.xs \ 56 Gaim.xs
57 Gaim.xs 57 ImgStore.xs
58 Log.xs
59 Network.xs
60 Notify.xs
61 Plugin.xs
62 PluginPref.xs
63 Pounce.xs
64 Prefs.xs
65 Privacy.xs
66 Proxy.xs
67 Prpl.xs
68 Request.xs
69 Roomlist.xs
70 SSLConn.xs
71 SavedStatuses.xs
72 Server.xs
73 Sound.xs
74 Status.xs
75 Stringref.xs
76 Util.xs
77 XMLNode.xs
58 78
59 FALLBACKS = const-c.inc const-xs.inc 79 FALLBACKS = const-c.inc const-xs.inc
60 80
61 C_FILES = $(XS_FILES:%.xs=%.c) 81 C_FILES = $(XS_FILES:%.xs=%.c)
62 82