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/kDepIDB/Makefile.kmk

    r393 r553  
    2929kDepIDB_TEMPLATE        = BIN
    3030kDepIDB_LIBS            = $(LIB_KDEP)
    31 kDepIDB_DEFS.win32      = NEED_ISBLANK=1 __WIN32__=1
     31ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
     32kDepIDB_DEFS           += NEED_ISBLANK=1 __WIN32__=1
     33endif
    3234kDepIDB_SOURCES         = $(PATH_CURRENT)/kDepIDB.c
    3335
Note: See TracChangeset for help on using the changeset viewer.