mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Enabling the AB Sync Build on Win32 and Unix - Bug #33110
This commit is contained in:
parent
13ae3c29dc
commit
ce1301f89d
@ -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
|
||||||
|
|
||||||
|
@ -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=\
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user