From acb65e245d35e6e476099bc85f230c55558bbf2b Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Thu, 22 Feb 2007 23:13:58 +0000 Subject: [PATCH] Bug 317323: Set NSPR31_LIB_PREFIX to empty explicitly for WIN95 and WINCE builds. r=nelsonb Modified files: WIN954.0.mk WINCE3.0.mk git-svn-id: svn://10.0.0.236/trunk@220769 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/coreconf/WIN954.0.mk | 3 +++ mozilla/security/coreconf/WINCE3.0.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/security/coreconf/WIN954.0.mk b/mozilla/security/coreconf/WIN954.0.mk index 12a6652a7a0..ba9e7011440 100644 --- a/mozilla/security/coreconf/WIN954.0.mk +++ b/mozilla/security/coreconf/WIN954.0.mk @@ -68,3 +68,6 @@ ifndef MOZ_DEBUG_SYMBOLS endif endif DEFINES += -DWIN95 + +# WINNT uses the lib prefix, Win95 and WinCE don't +NSPR31_LIB_PREFIX = $(NULL) diff --git a/mozilla/security/coreconf/WINCE3.0.mk b/mozilla/security/coreconf/WINCE3.0.mk index 95eb9b6ac86..7e4ec7addb4 100644 --- a/mozilla/security/coreconf/WINCE3.0.mk +++ b/mozilla/security/coreconf/WINCE3.0.mk @@ -104,4 +104,4 @@ DLLBASE += -align:"4096" #DEFINES += -DWINNT # WINNT uses the lib prefix, Win95 and WinCE don't -#NSPR31_LIB_PREFIX = lib +NSPR31_LIB_PREFIX = $(NULL)