Changeset 2702 for trunk/src/lib/Makefile.kmk
- Timestamp:
- Nov 21, 2013, 1:11:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/Makefile.kmk
r2469 r2702 5 5 6 6 # 7 # Copyright (c) 2006-201 0knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2006-2013 knut st. osmundsen <bird-kBuild-spamx@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 37 37 kUtil_TEMPLATE = LIB 38 38 kUtil_DEFS.win = __WIN__ 39 kUtil_SOURCES = crc32.c md5.c 39 kUtil_SOURCES = \ 40 crc32.c \ 41 md5.c 40 42 kUtil_SOURCES.win = \ 41 43 nt_fullpath.c \ 42 quoted_spawn.c 44 quoted_spawn.c \ 45 nt/nthlpcore.c \ 46 nt/nthlpfs.c \ 47 nt/ntdir.c \ 48 nt/ntstat.c 43 49 kUtil_SOURCES.solaris = \ 44 50 restartable-syscall-wrappers.c … … 57 63 wrapper_NOINST = 1 58 64 65 PROGRAMS.win += tstNtStat 66 tstNtStat_TEMPLATE = BIN 67 tstNtStat_SOURCES = nt/tstNtStat.c 68 tstNtStat_LIBS = $(LIB_KUTIL) 69 tstNtStat_NOINST = 1 70 59 71 include $(FILE_KBUILD_SUB_FOOTER) 60 72
Note:
See TracChangeset
for help on using the changeset viewer.