Ignore:
Timestamp:
Sep 4, 2016, 3:52:39 PM (9 years ago)
Author:
bird
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100AMD64.kmk

    r2847 r2870  
    55
    66#
    7 # Copyright (c) 2004-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
     7# Copyright (c) 2004-2016 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    7676TOOL_VCC100AMD64_MT  ?= $(EXEC_X86_WIN32) $(call TOOL_VCC100_FN_FIND_SDK_TOOL,mt.exe,[Mm][Tt].[Ee][Xx][Ee],TOOL_VCC100_MT_CACHED)
    7777ifdef TOOL_VCC100AMD64_USE_KSUBMIT
    78  ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)
    79   TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --
     78 ifeq ($(KBUILD_HOST),win)
     79  ifneq ($(substr $(PATH_TOOL_VCC100AMD64_BIN),-9),x86_amd64)
     80   TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --64-bit --
     81  else
     82   TOOL_VCC100AMD64_KSUBMIT ?= kmk_builtin_kSubmit --32-bit --
     83  endif
    8084 endif
    8185endif
Note: See TracChangeset for help on using the changeset viewer.