~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to pidgin/plugins/Makefile.mingw

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-02 16:45:52 UTC
  • mfrom: (2.3.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101202164552-z64wykojzacbb546
Tags: 1:2.7.7-1ubuntu1
New upstream version, drop msn workaround

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        $(MAKE) -C $(WINPREFS_PLUGIN) -f $(MINGW_MAKEFILE) install
74
74
        cp *.dll $(PIDGIN_INSTALL_PLUGINS_DIR)
75
75
 
 
76
THEMEEDIT_SRC = themeedit.c themeedit-icon.c
 
77
THEMEEDIT_OBJECTS = $(THEMEEDIT_SRC:%.c=%.o)
 
78
 
 
79
themeedit.dll: $(THEMEEDIT_OBJECTS)
 
80
        $(CC) -shared $(THEMEEDIT_OBJECTS) $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
 
81
 
76
82
%.dll: %.c $(PURPLE_CONFIG_H) $(PURPLE_VERSION_H)
77
83
        $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
78
84
        $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
79
85
 
 
86
 
 
87
include $(PIDGIN_COMMON_RULES)
 
88
 
80
89
plugins: \
81
90
                convcolors.dll \
82
91
                extplacement.dll \
89
98
                relnot.dll \
90
99
                sendbutton.dll \
91
100
                spellchk.dll \
 
101
                themeedit.dll \
92
102
                timestamp_format.dll \
93
103
                timestamp.dll \
94
104
                xmppconsole.dll