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:
wtc%netscape.com 2002-09-07 05:35:46 +00:00
Родитель d73ec61a67
Коммит 8b8c57650a
2 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -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)