mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
parent
10e09afb88
commit
9044ab2102
@ -128,6 +128,10 @@ NGLAYOUT_DIST=$(XPDIST)\NGL$(MOZ_BITS)_D.OBJ
|
||||
#//
|
||||
#//-----------------------------------------------------------------------
|
||||
|
||||
!ifndef DISABLE_LDAP
|
||||
LDAP_CFLAGS=-I$(XPDIST)\include\ldap
|
||||
!endif
|
||||
|
||||
CFGFILE=$(OBJDIR)\cmd.cfg
|
||||
INCS=$(INCS) -I$(PUBLIC) -I$(DIST)\include -I$(XPDIST)\include\nspr
|
||||
|
||||
|
@ -48,6 +48,11 @@ CPP_OBJS = .\$(OBJDIR)\nsLDAPURL.obj \
|
||||
|
||||
# There might be some issues here with how DEFINES might get duplicated
|
||||
# in the LCFLAGS.
|
||||
LCFLAGS = \
|
||||
$(LCFLAGS) \
|
||||
$(LDAP_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
!if defined(ENABLE_LDAP_EXPERIMENTAL)
|
||||
DEFINES = -DMOZ_LDAP_XPCOM_EXPERIMENTAL $(DEFINES)
|
||||
LCFLAGS = \
|
||||
@ -60,3 +65,4 @@ C_OBJS = .\$(OBJDIR)\nsLDAPConnectionCallbacks.obj \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user