bug 395246 - link null plugin with static CRT to avoid Microsoft.VC80.CRT SxS errors. r=bsmedberg a=mconnor

This commit is contained in:
ted.mielczarek@gmail.com 2007-09-17 11:22:55 -07:00
Родитель aec07887cd
Коммит 9433636ecc
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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