mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
1
security/nss/cmd/libpkix/testutil/Makefile
Executable file → Normal file
1
security/nss/cmd/libpkix/testutil/Makefile
Executable file → Normal file
|
|
@ -47,4 +47,5 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
|
||||
include $(PLAT_DEPTH)/platrules.mk
|
||||
|
||||
export:: private_export
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,11 @@
|
|||
|
||||
# don't build the static library
|
||||
LIBRARY =
|
||||
RES =
|
||||
|
||||
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)
|
||||
|
||||
endif
|
||||
|
|
|
|||
1
security/nss/cmd/libpkix/testutil/manifest.mn
Executable file → Normal file
1
security/nss/cmd/libpkix/testutil/manifest.mn
Executable file → Normal file
|
|
@ -20,7 +20,6 @@ CSRCS = \
|
|||
$(NULL)
|
||||
|
||||
LIBRARY_NAME = pkixtooltestutil
|
||||
SHARED_LIBRARY = $(NULL)
|
||||
|
||||
SOURCE_LIB_DIR = $(PKIX_DEPTH)/$(OBJDIR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue