Ignore:
Timestamp:
Jun 29, 2004, 1:55:07 PM (21 years ago)
Author:
bird
Message:

ABSPATH and no need for CYGPATHMIXED.

File:
1 edited

Legend:

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

    r128 r129  
    2828
    2929# find latest installed version
    30 ifndef PATH_TOOL_MINGW32                                                                 
     30ifndef PATH_TOOL_MINGW32                                                               
    3131PATH_TOOL_MINGW32            := $(sort $(wildcard $(PATH_DEV)/$(BUILD_PLATFORM_ARCH).$(BUILD_PLATFORM)/mingw32/v*.*))
    3232ifeq ($(PATH_TOOL_MINGW32),)
     
    3939
    4040# figure out if it's native or needs a win32 launcher
    41 _TOOL_MINGW32_PREFIX            := 
     41_TOOL_MINGW32_PREFIX            :=
    4242ifneq ($(PATH_TOOL_MINGW32),)
    4343_TOOL_MINGW32_PREFIX            := $(PATH_TOOL_MINGW32)/bin/
     
    5151else
    5252_TOOL_MINGW32_PREFIX            := $(_TOOL_MINGW32_PREFIX)i386-mingw32msvc-
    53 _TOOL_MINGW32_SUFF_EXE          := 
     53_TOOL_MINGW32_SUFF_EXE          :=
    5454_TOOL_MINGW32_XCOMPILE          := 1
    5555endif
     
    113113                -Wp,-MD,$(dep) -Wp,-MT,$$@ \
    114114                -o $$@\
    115                 $(source)               
     115                $(call ABSPATH,$(source))
    116116               
    117117endef
     
    138138                -Wp,-MD,$(dep) -Wp,-MT,$$@ \
    139139                -o $$@\
    140                 $(source)               
     140                $(call ABSPATH,$(source))
    141141               
    142142endef
Note: See TracChangeset for help on using the changeset viewer.