VirtualBox

Changeset 2292 in kBuild for trunk/src/kash/Makefile.kmk


Ignore:
Timestamp:
Feb 28, 2009 4:46:25 AM (16 years ago)
Author:
bird
Message:

kash: forking on widnows.

File:
1 edited

Legend:

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

    r2291 r2292  
    3232PROGRAMS += kash
    3333kash_TEMPLATE = BIN
     34kash_ASTOOL = YASM
    3435kash_DEFS = lint SHELL SMALL
    3536kash_DEFS += SH_STUB_MODE # for the time being.
     
    5051        HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME
    5152kash_INCS = $(PATH_kash) . # (the last is because of error.h)
     53kash_ASFLAGS.win = -g cv8
     54kash_ASFLAGS.win.x86   = -f win32
     55kash_ASFLAGS.win.amd64 = -f win64
    5256if "$(USER)" == "bird" && "$(KBUILD_TARGET)" != "win"
    5357kash_CFLAGS += -std=gnu99
     
    96100kash_SOURCES.win = \
    97101        sys_signame.c \
    98         strlcpy.c
     102        strlcpy.c \
     103        shfork-win.c \
     104        shforkA-win.asm
    99105kash_SOURCES.solaris = \
    100106        sys_signame.c \
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