16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
# CONFIG.windows-x64.windows-x64
|
|
#
|
|
# Definitions for windows-x64 host - windows-x64 target build
|
|
# Override these definitions in CONFIG_SITE.windows-x64.windows-x64
|
|
#-------------------------------------------------------
|
|
|
|
# Include common msvc compiler definitions
|
|
include $(CONFIG)/CONFIG.msvcCommon
|
|
|
|
VALID_BUILDS = Host Ioc Command
|
|
|
|
OPT_LDFLAGS += -MACHINE:X64
|
|
# -MACHINE:X64
|
|
# -MACHINE:IA64 (Itanium)
|
|
# -MACHINE:X86
|