Bug 317323: Set NSPR31_LIB_PREFIX to empty explicitly for WIN95 and WINCE

builds.  r=nelsonb
Modified files: WIN954.0.mk WINCE3.0.mk
This commit is contained in:
wtchang%redhat.com 2007-02-22 23:13:58 +00:00
parent 709adbc4ab
commit 4465b36b1b
2 changed files with 4 additions and 1 deletions

View File

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

View File

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