Bug 1174011, fix xulrunner-stub compile, r=gladium DONTBUILD

This commit is contained in:
Nick Thomas 2015-08-07 12:20:28 +12:00
parent ad94152680
commit a712aac8f6

View File

@ -29,6 +29,8 @@ LOCAL_INCLUDES += [
if CONFIG['OS_ARCH'] == 'WINNT': if CONFIG['OS_ARCH'] == 'WINNT':
LOCAL_INCLUDES += ['/toolkit/xre'] LOCAL_INCLUDES += ['/toolkit/xre']
# this is an awful workaround - glandium
USE_LIBS += ['mfbt_staticruntime']
if CONFIG['_MSC_VER']: if CONFIG['_MSC_VER']:
WIN32_EXE_LDFLAGS += ['-ENTRY:wmainCRTStartup'] WIN32_EXE_LDFLAGS += ['-ENTRY:wmainCRTStartup']