Dear All
What config / make / build fieles must be changed to build the JS
engine with static Windows CRT libraries?
Per default js build seems to use the option /MD for dynamic link to
CRT libs.
What Options in What file must be changed to build with Option /MT so
that mozjs185-1.0.dll does not depend on MSVCR90.DLL ?
From
config.mk of mozjs185-1.0
# We don't build a static CRT when building a custom CRT,
# it appears to be broken. So don't link to jemalloc if
# the Makefile wants static CRT linking.
ifeq ($(MOZ_MEMORY)_$(USE_STATIC_LIBS),1_)
# Disable default CRT libs and add the right lib path for the linker
OS_LDFLAGS += $(MOZ_MEMORY_LDFLAGS)
endif
Question: Is there a newer stable version what can be build with
static Windows CRT libraries ?
Thanks for any help and Best Regards
Samuel