make/windows/platform_amd64

Wed, 09 Apr 2008 14:22:48 -0400

author
kamg
date
Wed, 09 Apr 2008 14:22:48 -0400
changeset 526
a294fd0c4b38
parent 435
build/windows/platform_amd64@a61af66fc99e
child 545
a49a647afe9a
permissions
-rw-r--r--

6583644: Move all managed/SCCS files out of 'build' into 'make' directory
Summary: Moved makefiles out of build and build/closed into make/
Reviewed-by: kvn, ohair

duke@435 1 // Platform file for win32 NT platform
duke@435 2
duke@435 3 os_family = windows
duke@435 4
duke@435 5 arch = x86
duke@435 6
duke@435 7 arch_model = x86_64
duke@435 8
duke@435 9 os_arch = windows_x86
duke@435 10
duke@435 11 os_arch_model = windows_x86_64
duke@435 12
duke@435 13 compiler = visCPP
duke@435 14
duke@435 15 gnu_dis_arch = amd64

mercurial