VirtualBox

Changeset 82 in kBuild for trunk


Ignore:
Timestamp:
Jun 1, 2004 1:46:22 PM (21 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

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

    r80 r82  
    2929PATH_TOOL_VCC70               ?= $(PATH_DEV)/x86.win32/vcc70
    3030
    31 TOOL_VCC70_CC                 := $(PATH_TOOL_VCC70)/bin/cl.exe
     31TOOL_VCC70_CC                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/cl.exe
    3232TOOL_VCC70_COBJSUFF           := .obj
    33 TOOL_VCC70_CFLAGS             := -g
    34 TOOL_VCC70_CFLAGS.debug       := -O0
     33TOOL_VCC70_CFLAGS             := -TC -c -nologo
     34TOOL_VCC70_CFLAGS.debug       := -Od -Zi
    3535TOOL_VCC70_CFLAGS.release     := -O2
    36 TOOL_VCC70_CFLAGS.profile     := -pg
    37 TOOL_VCC70_CINCS              :=
     36TOOL_VCC70_CFLAGS.profile     :=
     37TOOL_VCC70_CINCS              := $(PATH_TOOL_VCC70)/include
    3838TOOL_VCC70_CDEFS              :=
    3939
    40 TOOL_VCC70_CXX                := $(PATH_TOOL_VCC70)/bin/cl.exe
     40TOOL_VCC70_CXX                := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/cl.exe
    4141TOOL_VCC70_CXXOBJSUFF         := .obj
    42 TOOL_VCC70_CXXFLAGS           := -g
    43 TOOL_VCC70_CXXFLAGS.debug     := -O0
     42TOOL_VCC70_CXXFLAGS           := -TP -c -nologo
     43TOOL_VCC70_CXXFLAGS.debug     := -Od -Zi
    4444TOOL_VCC70_CXXFLAGS.release   := -O2
    45 TOOL_VCC70_CXXFLAGS.profile   := -pg
    46 TOOL_VCC70_CXXINCS            :=
     45TOOL_VCC70_CXXFLAGS.profile   :=
     46TOOL_VCC70_CXXINCS            := $(PATH_TOOL_VCC70)/include
    4747TOOL_VCC70_CXXDEFS            :=
    4848
    49 TOOL_VCC70_AS                 := $(PATH_TOOL_VCC70)/bin/ml.exe
     49TOOL_VCC70_AS                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/ml.exe
    5050TOOL_VCC70_ASOBJSUFF          := .obj
    5151
    52 TOOL_VCC70_AR                 := $(PATH_TOOL_VCC70)/bin/ar$(HOSTSUFF_EXE)
    53 TOOL_VCC70_ARFLAGS            := cr
     52TOOL_VCC70_AR                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/ar$(HOSTSUFF_EXE)
     53TOOL_VCC70_ARFLAGS            := -nologo
    5454TOOL_VCC70_ARLIBSUFF          := .lib
    5555
    56 TOOL_VCC70_LD                 := $(PATH_TOOL_VCC70)/bin/link.exe
    57 TOOL_VCC70_LDFLAGS            :=
    58 TOOL_VCC70_LDFLAGS.debug      := -g
    59 TOOL_VCC70_LDFLAGS.release    := -s
     56TOOL_VCC70_LD                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/link.exe
     57TOOL_VCC70_LDFLAGS            := -nologo
     58TOOL_VCC70_LDFLAGS.debug      :=
     59TOOL_VCC70_LDFLAGS.release    :=
    6060
    6161
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette