Ignore:
Timestamp:
Nov 18, 2008, 1:12:18 AM (17 years ago)
Author:
bird
Message:

new watcom and open watcom location.

File:
1 edited

Legend:

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

    r2070 r2075  
    4040 ifeq ($(PATH_TOOL_WATCOMC11C),)
    4141  PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS_TRG)/watcom/v11.0c*)
     42 endif
     43 ifeq ($(PATH_TOOL_WATCOMC11C),)
     44  PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS)/common/watcom/v11.0c*)
    4245 endif
    4346 if1of ($(USER) $(USERNAME) $(LOGNAME), bird)
     
    102105 TOOL_WATCOMC11C_LD16  ?= wcl$(HOSTSUFF_EXE)
    103106 TOOL_WATCOMC11C_RC    ?= wrc$(HOSTSUFF_EXE)
    104                                                                                        
     107
    105108endif
    106                                                        
     109
    107110# General Properties used by kBuild
    108111TOOL_WATCOMC11C_COBJSUFF         ?= .obj
     
    150153                $(subst /,\\,$(abspath $(source)))
    151154        $(QUIET)$(APPEND) -n $(obj).err
    152 ## @todo dependencies   
     155## @todo dependencies
    153156endef
    154157
     
    165168                $(subst /,\\,$(abspath $(source)))
    166169        $(QUIET)$(APPEND) -n $(obj).err
    167 ## @todo dependencies   
     170## @todo dependencies
    168171endef
    169172
Note: See TracChangeset for help on using the changeset viewer.