mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
WinCE only. NPODB. Link to the static versions of NSPR on Windows CE. This define is only used on the NSPRPUB_PRE_4_2_WINCE_BRANCH branch. Assuming that NSPR wants to offically support the static build of NSPR, this #define might be something they would also use.
This commit is contained in:
parent
5527af883b
commit
0da87ba0a6
@ -468,6 +468,11 @@ DEFINES += \
|
||||
-DIMPL_NS_NET \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef WINCE
|
||||
DEFINES += -D_BUILD_NSPR_STATIC_
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# Force _all_ exported methods to be |_declspec(dllexport)| when we're
|
||||
|
Loading…
x
Reference in New Issue
Block a user