зеркало из https://github.com/mozilla/pjs.git
Bug #106507 --> if BUILD_SMIME is defined in the build environment then don't build the smime
stub dll. The mime changes have been contributed by ddrinan@netscape.com r=ducarroz sr=mscott
This commit is contained in:
Родитель
2c5e8ac603
Коммит
ef22502d22
|
@ -26,7 +26,13 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = vcard smimestub
|
||||
DIRS = vcard
|
||||
|
||||
ifndef BUILD_SMIME
|
||||
DIRS += smimestub
|
||||
endif
|
||||
|
||||
DIRS += resources
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
DEPTH=..\..\..
|
||||
|
||||
|
||||
DIRS=vcard smimestub resources
|
||||
DIRS= vcard \
|
||||
resources \
|
||||
!if !defined(BUILD_SMIME)
|
||||
smimestub \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче