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:
dougt%meer.net 2005-12-03 05:40:43 +00:00
parent 5527af883b
commit 0da87ba0a6

View File

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