manifest.mn (543B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 MODULE = nss 6 7 LIBRARY_NAME = jar 8 SHARED_LIBRARY = $(NULL) 9 10 CORE_DEPTH = ../.. 11 12 CSRCS = \ 13 jarver.c \ 14 jarsign.c \ 15 jar.c \ 16 jar-ds.c \ 17 jarfile.c \ 18 jarint.c \ 19 $(NULL) 20 21 EXPORTS = jar.h jar-ds.h jarfile.h 22 23 DEFINES = -DMOZILLA_CLIENT=1 24 25 # This part of the code, including all sub-dirs, can be optimized for size 26 export ALLOW_OPT_CODE_SIZE = 1