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

    r393 r553  
    3030kDepPre_LIBS            = $(LIB_KDEP)
    3131kDepPre_DEFS.linux      = HAVE_FGETC_UNLOCKED=1
    32 kDepPre_DEFS.win32      = NEED_ISBLANK=1 __WIN32__=1
     32ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
     33kDepPre_DEFS           += NEED_ISBLANK=1 __WIN32__=1
     34endif
    3335kDepPre_SOURCES         = $(PATH_CURRENT)/kDepPre.c
    3436
Note: See TracChangeset for help on using the changeset viewer.