From e86491388cea51e3b2220fd9125e5c186abb03e4 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Mon, 17 Sep 2007 18:22:55 +0000 Subject: [PATCH] bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor git-svn-id: svn://10.0.0.236/trunk@236112 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/samples/default/windows/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/modules/plugin/samples/default/windows/Makefile.in b/mozilla/modules/plugin/samples/default/windows/Makefile.in index 2407d2dadf0..eb60fd10fd9 100644 --- a/mozilla/modules/plugin/samples/default/windows/Makefile.in +++ b/mozilla/modules/plugin/samples/default/windows/Makefile.in @@ -73,6 +73,9 @@ FORCE_SHARED_LIB = 1 # Force use of PIC FORCE_USE_PIC = 1 +# must link statically with the CRT to avoid problems with VC8 +USE_STATIC_LIBS = 1 + NO_DIST_INSTALL = 1 NO_INSTALL = 1