Tue, 03 Jan 2006 22:34:11 +0000
[gaim-migrate @ 15049]
Update to use the official meanwhile binary.
| src/protocols/sametime/Makefile.mingw | file | annotate | diff | comparison | revisions |
--- 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