mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -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