Bug 1023941 - Part 3: Static-link the CRT into plugin-hang-ui.exe. r=glandium

--HG--
extra : rebase_source : 330f47812eb944856167f2ed1ec00de59010dda4
This commit is contained in:
David Major 2014-08-28 14:50:29 +12:00
Родитель db45c0b01a
Коммит c0d553da44
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -18,6 +18,7 @@ DEFINES['NS_NO_XPCOM'] = True
DEFINES['_HAS_EXCEPTIONS'] = 0
DISABLE_STL_WRAPPING = True
USE_STATIC_LIBS = True
if CONFIG['GNU_CC']:
WIN32_EXE_LDFLAGS += ['-municode']