Mercurial > pidgin.yaz
changeset 12706:d7fa486b06d3
[gaim-migrate @ 15049]
Update to use the official meanwhile binary.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 03 Jan 2006 22:34:11 +0000 |
parents | 31b860fcf1aa |
children | 0438f853fc89 |
files | src/protocols/sametime/Makefile.mingw |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/Makefile.mingw Tue Jan 03 21:23:11 2006 +0000 +++ b/src/protocols/sametime/Makefile.mingw Tue Jan 03 22:34:11 2006 +0000 @@ -10,7 +10,7 @@ SAMETIME_ROOT := . GTK_TOP := ../../../../win32-dev/gtk_2_0 -MEANWHILE_TOP:= ../../../../win32-dev/libmeanwhile-1.0.0 +MEANWHILE_TOP:= ../../../../win32-dev/meanwhile-1.0.2 GAIM_TOP := ../../.. GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-dir @@ -109,15 +109,15 @@ ## BUILD Dependencies ## -$(GAIM_TOP)/src/gaim.lib: - $(MAKE) -C $(GAIM_TOP)/src -f Makefile.mingw gaim.lib +$(GAIM_TOP)/src/gaim.dll.a: + $(MAKE) -C $(GAIM_TOP)/src -f Makefile.mingw gaim.dll.a ## ## BUILD DLL ## -$(TARGET).dll: $(OBJECTS) $(GAIM_TOP)/src/gaim.lib - $(CC) -shared $(OBJECTS) $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -Wl,--out-implib,$(TARGET).lib -o $(TARGET).dll +$(TARGET).dll: $(OBJECTS) $(GAIM_TOP)/src/gaim.dll.a + $(CC) -shared $(OBJECTS) $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -Wl,--out-implib,$(TARGET).dll.a -o $(TARGET).dll ## ## CLEAN RULES @@ -126,4 +126,4 @@ clean: rm -rf *.o rm -rf $(TARGET).dll - rm -rf $(TARGET).lib + rm -rf $(TARGET).dll.a