X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Froken%2FNTMakefile;h=bb5644504f3d5e66c8855557a37a3a8d372d4a8a;hp=91bc1c6d74dff0062a891d94f26ff681eb33a35c;hb=81c2416d8e09987ccee9fa5194ab1801c44380df;hpb=83bce754727c9f2b4206d4a7744854616433006b diff --git a/src/roken/NTMakefile b/src/roken/NTMakefile index 91bc1c6..bb56445 100644 --- a/src/roken/NTMakefile +++ b/src/roken/NTMakefile @@ -15,7 +15,8 @@ INCFILEDIR = $(DESTDIR)\include INCFILES = \ $(INCFILEDIR)\err.h \ - $(INCFILEDIR)\roken.h + $(INCFILEDIR)\roken.h \ + $(INCFILEDIR)\search.h ROKEN_INCFILES = \ $(INCFILEDIR)\roken-common.h \ @@ -49,6 +50,7 @@ ROKEN_OBJS = \ $(OUT)\strlcpy.obj \ $(OUT)\strnlen.obj \ $(OUT)\strsep.obj \ + $(OUT)\tsearch.obj \ $(OUT)\verr.obj \ $(OUT)\verrx.obj \ $(OUT)\vwarn.obj \ @@ -72,6 +74,9 @@ roken.h: $(ROKEN)\roken.h.in err.h: $(ROKEN)\err.hin $(COPY) $** $@ +search.h: $(ROKEN)\search.hin + $(COPY) $** $@ + !if !defined(NMAKE) NTMAKE = nmake /nologo /f ntmakefile !endif