Modified files: manifest.mn, Makefile.
This commit is contained in:
wtc%netscape.com 2001-05-15 17:31:15 +00:00
Родитель 6a2409561b
Коммит 91f7016c21
2 изменённых файлов: 2 добавлений и 6 удалений

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

@ -54,11 +54,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################
ifeq ($(OS_TARGET),WINNT)
NSPR_IMPORT_VERSION = v4.0.1
else
NSPR_IMPORT_VERSION = v4.0
endif
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #

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

@ -33,7 +33,7 @@
CORE_DEPTH = ..
DEPTH = ..
IMPORTS = nspr20/$(NSPR_IMPORT_VERSION) \
IMPORTS = nspr20/v4.1.1 \
dbm/DBM_1_55_RTM \
$(NULL)