security/nss/lib/base/config.mk

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:14e0067b9d92
1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6 ifdef BUILD_IDG
7 DEFINES += -DNSSDEBUG
8 endif
9
10 #
11 # Override TARGETS variable so that only static libraries
12 # are specifed as dependencies within rules.mk.
13 #
14
15 TARGETS = $(LIBRARY)
16 SHARED_LIBRARY =
17 IMPORT_LIBRARY =
18 PROGRAM =
19

mercurial