Enabling the AB Sync Build on Win32 and Unix - Bug #33110

This commit is contained in:
rhp%netscape.com 2000-05-15 21:12:51 +00:00
parent 13ae3c29dc
commit ce1301f89d
5 changed files with 12 additions and 4 deletions

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
DIRS = idl public base db news local mime compose imap addrbook import DIRS = idl public base db news local mime compose imap addrbook import absync
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

View File

@ -18,7 +18,7 @@
# Contributor(s): # Contributor(s):
DEPTH=..\..\.. DEPTH=..\..\..
MODULE=absyncsvc MODULE=absyncsv
################################################################################ ################################################################################
## exports ## exports
@ -30,7 +30,7 @@ EXPORTS = \
################################################################################ ################################################################################
## library ## library
LIBNAME = .\$(OBJDIR)\absyncsvc LIBNAME = .\$(OBJDIR)\absyncsv
DLL = $(LIBNAME).dll DLL = $(LIBNAME).dll
OBJS=\ OBJS=\

View File

@ -299,6 +299,7 @@ nsAbSyncPostEngine::OnStopRequest(nsIChannel *aChannel, nsISupports * /* ctxt */
if (mSyncMojo) if (mSyncMojo)
mSyncMojo->GetAbSyncMojoResults(&mCookie); mSyncMojo->GetAbSyncMojoResults(&mCookie);
mSyncMojo = nsnull;
NotifyListenersOnStopAuthOperation(aStatus, aMsg, tProtResponse); NotifyListenersOnStopAuthOperation(aStatus, aMsg, tProtResponse);
KickTheSyncOperation(); KickTheSyncOperation();
} }

View File

@ -21,6 +21,6 @@
DEPTH=.. DEPTH=..
DIRS=public base db local news imap mime compose addrbook import DIRS=public base db local news imap mime compose addrbook import absync
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>

View File

@ -1,4 +1,11 @@
mailnews/Makefile mailnews/Makefile
mailnews/absync/build/Makefile
mailnews/absync/Makefile
mailnews/absync/public/Makefile
mailnews/absync/resources/locale/en-US/Makefile
mailnews/absync/resources/locale/Makefile
mailnews/absync/resources/Makefile
mailnews/absync/src/Makefile
mailnews/addrbook/Makefile mailnews/addrbook/Makefile
mailnews/addrbook/build/Makefile mailnews/addrbook/build/Makefile
mailnews/addrbook/public/Makefile mailnews/addrbook/public/Makefile