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
This commit is contained in:
wtchang%redhat.com 2007-02-22 23:13:58 +00:00
parent 096097fad9
commit acb65e245d
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)