Changeset 448 for trunk/kBuild/tools


Ignore:
Timestamp:
Jun 12, 2006, 4:25:23 AM (19 years ago)
Author:
bird
Message:

Moving stuff about.

File:
1 edited

Legend:

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

    r434 r448  
    44# kBuild Tool Config - Visual C++ 7.0 (aka Visual .NET)
    55#
    6 # Copyright (c) 2004-2005 knut st. osmundsen <bird-srcspam@anduin.net>
     6# Copyright (c) 2004-2006 knut st. osmundsen <bird-srcspam@anduin.net>
    77#
    88#
     
    2727
    2828TOOL_VCC70                    := Visual C++ 7.0
    29 PATH_TOOL_VCC70               ?= $(PATH_DEV)/x86.win32/vcc70
    30 PATH_TOOL_VCC70_LIB           ?= $(PATH_DEV)/x86.win32/vcc70/lib
     29ifndef PATH_TOOL_VCC70
     30PATH_TOOL_VCC70               := $(wildcard $(PATH_DEV)/x86.win32/vcc/v7)
     31ifeq ($(PATH_TOOL_VCC70),)
     32PATH_TOOL_VCC70               := $(PATH_DEV)/x86.win32/vcc70
     33endif
     34endif
     35PATH_TOOL_VCC70_LIB           ?= $(PATH_TOOL_VCC70)/lib
    3136
    3237TOOL_VCC70_CC                 := $(EXEC_X86_WIN32) $(PATH_TOOL_VCC70)/bin/cl.exe
Note: See TracChangeset for help on using the changeset viewer.