Changeset 457


Ignore:
Timestamp:
Jun 25, 2006, 5:10:06 PM (19 years ago)
Author:
bird
Message:

x86_amd64/lib.exe is too stupid to assume x86 as default machine and will screw up .def files.

File:
1 edited

Legend:

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

    r440 r457  
    5656TOOL_VCC80AMD64_ASOBJSUFF          := .obj
    5757
    58 TOOL_VCC80AMD64_AR                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80AMD64_BIN)/lib.exe
     58TOOL_VCC80AMD64_AR                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC80AMD64_BIN)/lib.exe /MACHINE:X64
    5959TOOL_VCC80AMD64_ARFLAGS            := -nologo
    6060TOOL_VCC80AMD64_ARLIBSUFF          := .lib
Note: See TracChangeset for help on using the changeset viewer.