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
This commit is contained in:
ted.mielczarek%gmail.com
2007-09-17 18:22:55 +00:00
parent ccba4178da
commit e86491388c

View File

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