Changeset 513 for trunk/kBuild


Ignore:
Timestamp:
Sep 15, 2006, 9:38:49 AM (19 years ago)
Author:
bird
Message:

Build new code. Windows can use the same DIRDEP macro as the other platforms now.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r480 r513  
    464464#
    465465# @param        $1      The paths to the directories which must be created.
    466 ifeq ($(filter-out win32 win64 win nt,$(BUILD_PLATFORM)),)
    467 DIRDEP = $(patsubst %/,%,$(1))
    468 else
    469466DIRDEP = $(foreach path,$(patsubst %/,%,$(1)),$(path)/)
    470 endif
    471467
    472468
Note: See TracChangeset for help on using the changeset viewer.