Ignore:
Timestamp:
Dec 10, 2006, 8:20:49 AM (19 years ago)
Author:
bird
Message:

ABSPATH -> abspath.

File:
1 edited

Legend:

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

    r696 r697  
    122122                -FD\
    123123                -Fo$(obj)\
    124                 $(subst /,\\,$(call ABSPATH,$(source)))
     124                $(subst /,\\,$(abspath $(source)))
    125125        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
    126126endef
     
    131131                -Fd$(outbase)-obj.pdb \
    132132                -Fo$(obj)\
    133                 $(subst /,\\,$(call ABSPATH,$(source)))
     133                $(subst /,\\,$(abspath $(source)))
    134134        $(QUIET)$(TOOL_VCC80X86_CC) -E\
    135135                $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\
    136                 $(subst /,\\,$(call ABSPATH,$(source)))\
     136                $(subst /,\\,$(abspath $(source)))\
    137137                | $(DEP_PRE) -f -s -o $(dep) -t $(obj) -
    138138endef
     
    163163                -FD\
    164164                -Fo$(obj)\
    165                 $(subst /,\\,$(call ABSPATH,$(source)))
     165                $(subst /,\\,$(abspath $(source)))
    166166        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)
    167167endef
     
    172172                -Fd$(outbase)-obj.pdb \
    173173                -Fo$(obj)\
    174                 $(subst /,\\,$(call ABSPATH,$(source)))
     174                $(subst /,\\,$(abspath $(source)))
    175175        $(QUIET)$(TOOL_VCC80X86_CXX) -E\
    176176                $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\
    177                 $(subst /,\\,$(call ABSPATH,$(source)))\
     177                $(subst /,\\,$(abspath $(source)))\
    178178                | $(DEP_PRE) -f -s -o $(dep) -t $(obj) -
    179179endef
     
    202202                $(flags) $(addprefix /i, $(subst /,\\,$(incs))) $(addprefix /d, $(defs))\
    203203                /fo$(obj)\
    204                 $(subst /,\\,$(call ABSPATH,$(source)))
     204                $(subst /,\\,$(abspath $(source)))
    205205endef
    206206
Note: See TracChangeset for help on using the changeset viewer.