mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +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
|
|
@ -27,7 +27,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
|
|||
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
-include config.mk
|
||||
include config.mk
|
||||
|
||||
#######################################################################
|
||||
# (5) Execute "global" rules. (OPTIONAL) #
|
||||
|
|
@ -47,8 +47,6 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
|
||||
WARNING_CFLAGS = $(NULL)
|
||||
|
||||
export:: private_export
|
||||
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
# sqlite calls the deprecated GetVersionExA method
|
||||
OS_CFLAGS += -w44996
|
||||
|
|
|
|||
|
|
@ -3,18 +3,6 @@
|
|||
# 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/.
|
||||
|
||||
|
||||
# can't do this in manifest.mn because OS_TARGET isn't defined there.
|
||||
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
||||
|
||||
# don't want the 32 in the shared library name
|
||||
SHARED_LIBRARY = $(OBJDIR)/$(DLL_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
|
||||
IMPORT_LIBRARY = $(OBJDIR)/$(IMPORT_LIB_PREFIX)$(LIBRARY_NAME)$(LIBRARY_VERSION)$(IMPORT_LIB_SUFFIX)
|
||||
|
||||
#RES = $(OBJDIR)/$(LIBRARY_NAME).res
|
||||
#RESNAME = $(LIBRARY_NAME).rc
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),AIX)
|
||||
EXTRA_LIBS += -lpthreads
|
||||
ifdef BUILD_OPT
|
||||
|
|
|
|||
|
|
@ -8,23 +8,19 @@ MODULE = nss
|
|||
|
||||
LIBRARY_NAME = sqlite
|
||||
LIBRARY_VERSION = 3
|
||||
MAPFILE = $(OBJDIR)/sqlite.def
|
||||
DEFINES += -DSQLITE_THREADSAFE=1
|
||||
MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def
|
||||
RES = $(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
$(NULL)
|
||||
DEFINES += -DSQLITE_THREADSAFE=1
|
||||
|
||||
PRIVATE_EXPORTS = \
|
||||
sqlite3.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
CSRCS = \
|
||||
sqlite3.c \
|
||||
$(NULL)
|
||||
|
||||
|
||||
|
||||
# only add module debugging in opt builds if DEBUG_PKCS11 is set
|
||||
ifdef DEBUG_PKCS11
|
||||
DEFINES += -DDEBUG_MODULE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue