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:
javi%netscape.com 2001-03-04 23:05:45 +00:00
Родитель 64187b0406
Коммит a70a5f3aac
3 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -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>