зеркало из https://github.com/mozilla/gecko-dev.git
Bug 98844. Don't include LDAP libs when DISABLE_LDAP build flag is set. r=rpotts, sr=jst.
This commit is contained in:
Родитель
e3ba562b9a
Коммит
d363755f7b
|
@ -108,7 +108,9 @@ LFLAGS= $(LFLAGS) /subsystem:windows
|
|||
# These are the libraries we need to link with to create the exe
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
!ifndef DISABLE_LDAP
|
||||
$(DIST)\lib\nsldap32v40.lib \
|
||||
!endif
|
||||
$(DIST)\lib\js3250.lib \
|
||||
$(DIST)\lib\util.lib \
|
||||
$(DIST)\lib\gkgfx.lib \
|
||||
|
|
Загрузка…
Ссылка в новой задаче