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


git-svn-id: svn://10.0.0.236/trunk@129036 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2002-09-07 05:35:46 +00:00
parent cc4151498a
commit 7f7e6c6d70
2 changed files with 1 additions and 11 deletions

View File

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

View File

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