Bug 1035125 Part 5: Back out changeset baa3f852133b and associated subsequent changes. r=glandium

The original changeset that is being backed out had comment:
Bug 1023941 - Part 1: Static-link the CRT into firefox.exe.

MozReview-Commit-ID: FPqXvdajdo3

--HG--
extra : rebase_source : 9bdc9c7e1a34419c6812a5908f29f568fb9fe94b
This commit is contained in:
Bob Owen 2016-05-15 16:23:57 +01:00
Родитель 71b3258726
Коммит e4d6d84741
1 изменённых файлов: 1 добавлений и 8 удалений

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

@ -6,10 +6,7 @@
DIRS += ['profile/extensions']
if CONFIG['OS_ARCH'] == 'WINNT' and CONFIG['MOZ_ASAN']:
GeckoProgram(CONFIG['MOZ_APP_NAME'])
else:
GeckoProgram(CONFIG['MOZ_APP_NAME'], msvcrt='static')
GeckoProgram(CONFIG['MOZ_APP_NAME'])
JS_PREFERENCE_PP_FILES += [
'profile/firefox.js',
@ -32,10 +29,6 @@ LOCAL_INCLUDES += [
'/xpcom/build',
]
DELAYLOAD_DLLS += [
'mozglue.dll',
]
USE_LIBS += [
'mozglue',
]