mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -11,3 +11,22 @@ IMPORTS = nspr20/v4.8 \
|
|||
RELEASE = nss
|
||||
|
||||
DIRS = coreconf lib cmd cpputil gtests
|
||||
|
||||
HAVE_ALL_TARGET := 1
|
||||
|
||||
#
|
||||
# make sure all is the first (default) target
|
||||
#
|
||||
all: prepare_build
|
||||
$(MAKE) libs
|
||||
|
||||
prepare_build:
|
||||
# no real way to encode these in any sensible way
|
||||
$(MAKE) -C coreconf/nsinstall program
|
||||
$(MAKE) export
|
||||
|
||||
lib: coreconf
|
||||
cmd: lib
|
||||
cpputil: lib
|
||||
gtests: cmd cpputil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue