mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
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:
parent
709adbc4ab
commit
4465b36b1b
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user