Changeset 2986 for trunk/src


Ignore:
Timestamp:
Nov 1, 2016, 7:26:38 PM (9 years ago)
Author:
bird
Message:

lib/nt: Got fts-nt halfways working, quite a few NT interface changes.

File:
1 edited

Legend:

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

    r2906 r2986  
    55
    66#
    7 # Copyright (c) 2006-2013 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2006-2016 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
    88#
    99# This file is part of kBuild.
     
    8080tstNtStat_NOINST = 1
    8181
     82PROGRAMS.win += tstNtFts
     83tstNtFts_TEMPLATE = BIN
     84tstNtFts_SOURCES = nt/tstNtFts.c nt/fts-nt.c
     85tstNtFts_LIBS = $(LIB_KUTIL)
     86tstNtFts_NOINST = 1
     87
    8288include $(FILE_KBUILD_SUB_FOOTER)
    8389
Note: See TracChangeset for help on using the changeset viewer.