make/windows/platform_amd64

Thu, 25 Mar 2010 16:27:12 -0700

author
dcubed
date
Thu, 25 Mar 2010 16:27:12 -0700
changeset 1763
39e409a664b3
parent 545
a49a647afe9a
permissions
-rw-r--r--

6938185: 3/4 6923488 breaks Windows command shell builds
Summary: Fix build.bat so invoking command shell doesn't exit on error. Fix dirname assumptions. Document some MKS environment dependencies.
Reviewed-by: coleenp

     1 // Platform file for win32 NT platform
     3 os_family = windows
     5 arch = x86
     7 arch_model = x86_64
     9 os_arch = windows_x86
    11 os_arch_model = windows_x86_64
    13 lib_arch = amd64
    15 compiler = visCPP

mercurial