зеркало из https://github.com/mozilla/pjs.git
Enable developers to build PSM 2.0 in win32 platforms.
Bug 70368 patch provided by leaf, r=javi, sr=cls
This commit is contained in:
Родитель
87d73ff9c3
Коммит
313c0a5710
|
@ -182,6 +182,7 @@ pull_nss:
|
|||
|
||||
pull_psm: pull_nss
|
||||
cd $(MOZ_SRC)\.
|
||||
$(CVSCO_PSM) mozilla/security/manager
|
||||
$(CVSCO_PSM) mozilla/security/psm
|
||||
$(CVSCO_PSM) mozilla/security/makefile.win
|
||||
|
||||
|
@ -288,7 +289,7 @@ build_nspr:
|
|||
|
||||
build_psm:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\security
|
||||
nmake -f makefile.win export
|
||||
nmake -f makefile.win
|
||||
|
||||
build_xpconnect: build_nspr
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\include
|
||||
|
|
|
@ -58,7 +58,7 @@ DIRS = \
|
|||
modules\mpfilelocprovider \
|
||||
modules\zlib \
|
||||
netwerk \
|
||||
!if defined(BUILD_PSM)
|
||||
!if defined(BUILD_PSM) || defined(BUILD_PSM2)
|
||||
security \
|
||||
!endif
|
||||
widget\timer \
|
||||
|
|
|
@ -22,6 +22,13 @@
|
|||
DEPTH=..
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
DIRS = nss psm\lib\nlslayer psm
|
||||
DIRS = nss
|
||||
!if defined(BUILD_PSM2)
|
||||
manager \
|
||||
!else
|
||||
psm\lib\nlslayer \
|
||||
psm \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
Загрузка…
Ссылка в новой задаче