Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 360 Bytes

manifest.mn

File metadata and controls

17 lines (13 loc) · 360 Bytes
 
Mar 31, 2000
Mar 31, 2000
1
#
Mar 20, 2012
Mar 20, 2012
2
3
4
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Feb 28, 2013
Feb 28, 2013
5
6
CORE_DEPTH = .
DEPTH = .
Mar 31, 2000
Mar 31, 2000
7
Mar 26, 2010
Mar 26, 2010
8
IMPORTS = nspr20/v4.8 \
Mar 31, 2000
Mar 31, 2000
9
10
$(NULL)
Sep 6, 2002
Sep 6, 2002
11
RELEASE = nss
Mar 31, 2000
Mar 31, 2000
12
Apr 12, 2013
Apr 12, 2013
13
DIRS = coreconf lib cmd
Sep 8, 2014
Sep 8, 2014
14
15
16
17
ifdef NSS_BUILD_GTESTS
DIRS += external_tests
endif