Ignore:
Timestamp:
Sep 24, 2006, 9:40:50 AM (19 years ago)
Author:
bird
Message:

Allow all kinds of ways of saying Windows in BUILD_TARGET.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/Makefile.kmk

    r393 r553  
    2828
    2929kDep_TEMPLATE           = LIB
    30 kDep_DEFS.win32     = NEED_ISBLANK=1 __WIN32__=1
     30ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
     31kDep_DEFS          += NEED_ISBLANK=1 __WIN32__=1
     32endif
    3133kDep_SOURCES        = $(PATH_CURRENT)/kDep.c
    3234
Note: See TracChangeset for help on using the changeset viewer.