mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27: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
|
|
@ -7,11 +7,7 @@
|
|||
#######################################################################
|
||||
# (1) Include initial platform-independent assignments (MANDATORY). #
|
||||
#######################################################################
|
||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||
EXTRA_LIBS += $(DIST)/lib/crmf.lib
|
||||
else
|
||||
EXTRA_LIBS += $(DIST)/lib/libcrmf.$(LIB_SUFFIX)
|
||||
endif
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
|
|
@ -24,7 +20,11 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (3) Include "component" configuration information. (OPTIONAL) #
|
||||
#######################################################################
|
||||
|
||||
|
||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||
EXTRA_LIBS += $(DIST)/lib/crmf.lib
|
||||
else
|
||||
EXTRA_LIBS += $(DIST)/lib/libcrmf.$(LIB_SUFFIX)
|
||||
endif
|
||||
|
||||
#######################################################################
|
||||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue