зеркало из https://github.com/mozilla/pjs.git
Bug 123753: the softoken is now compiled the same way for servers and
clients, so removed the "for Clients" string in the version info. Modified files: config.mk softokn.rc
This commit is contained in:
Родитель
de53ec3309
Коммит
f53d10d32e
|
@ -31,11 +31,6 @@
|
|||
# GPL.
|
||||
#
|
||||
|
||||
|
||||
ifdef MOZILLA_CLIENT
|
||||
DEFINES += -DMOZ_CLIENT
|
||||
endif
|
||||
|
||||
# $(PROGRAM) has explicit dependencies on $(EXTRA_LIBS)
|
||||
CRYPTOLIB=$(DIST)/lib/$(LIB_PREFIX)freebl.$(LIB_SUFFIX)
|
||||
CRYPTODIR=../freebl
|
||||
|
|
|
@ -35,11 +35,6 @@
|
|||
#include <winver.h>
|
||||
|
||||
#define MY_LIBNAME "softokn"
|
||||
#ifdef MOZ_CLIENT
|
||||
#define CLIENTS " for Clients"
|
||||
#else
|
||||
#define CLIENTS ""
|
||||
#endif
|
||||
|
||||
#ifdef REMOTE_DBM
|
||||
#define DBM " with Shared Database"
|
||||
|
@ -47,7 +42,7 @@
|
|||
#define DBM ""
|
||||
#endif
|
||||
|
||||
#define MY_FILEDESCRIPTION "NSS PKCS #11 Library" CLIENTS DBM
|
||||
#define MY_FILEDESCRIPTION "NSS PKCS #11 Library" DBM
|
||||
|
||||
#define STRINGIZE(x) #x
|
||||
#define STRINGIZE2(x) STRINGIZE(x)
|
||||
|
|
Загрузка…
Ссылка в новой задаче