VirtualBox

Changeset 553 in kBuild


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

Allow all kinds of ways of saying Windows in BUILD_TARGET.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r552 r553  
    77        o Removed some checks for features which are present in both gmake 3.81 and kmk.
    88          Anyone trying to bootstrap kBuild will have to build gmake 3.81 first.
    9     - Config.kmk, src/gmake:
     9    - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
    1010        o Allow all kinds of ways of saying Windows in BUILD_TARGET.
    1111    - kBuild/bin/x86.win32/:
  • 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
  • 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
  • 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette