Bug 1150515: Set the subsystem to WINDOWS,5.02 for wow_helper so that it runs on WinXP 64-bit. r=glandium

This commit is contained in:
Bob Owen 2015-04-30 09:48:03 +01:00
Родитель 41669c8fe2
Коммит 2343aee19b
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -40,3 +40,8 @@ OS_COMPILE_CXXFLAGS :=
# LNK1246: '/SAFESEH' not compatible with 'x64' target machine
LDFLAGS := $(filter-out -SAFESEH,$(LDFLAGS))
# When targetting x64, we need to specify a subsystem of at least 5.02, because
# the 5.01 value we inherit from the x86 parts is silently ignored, making the
# linker default to 6.00 (Vista) as of VS2013.
WIN32_GUI_EXE_LDFLAGS=-SUBSYSTEM:WINDOWS,5.02