* Removed /favor:blend from ARCH_DEP_CPPFLAGS It is the default anyway, and including it stops the MS Express compilers from building 64-bit executables. * Added a CONFIG_SITE.Common.windows-x64-static file. The MSVS 2010 linker crashes when when generating code for this target with HOST_OPT = YES, so make it NO.
18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
# CONFIG.windows-x64.windows-x64
|
|
#
|
|
# $Revision-Id$
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for windows-x64 target archs when host arch is windows-x64
|
|
# Sites may override these definitions in CONFIG_SITE.windows-x64.windows-x64
|
|
#-------------------------------------------------------
|
|
|
|
-include $(CONFIG)/os/CONFIG.win32-x86.win32-x86
|
|
|
|
OPT_LDFLAGS += /MACHINE:X64
|
|
|
|
# /MACHINE:X64
|
|
# /MACHINE:IA64 (Itanium)
|
|
# /MACHINE:X86
|
|
|