From e5d21400b799c34af8ed63cf5dba2ee95c83cd87 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 30 May 2005 06:36:16 +0000 Subject: [PATCH] windows-include-des-20050529 Create an include/des directory and copy stats.h into it --- src/config/NTMakefile | 3 +++ src/des/NTMakefile | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/config/NTMakefile b/src/config/NTMakefile index 310173125..57fa76cbe 100644 --- a/src/config/NTMakefile +++ b/src/config/NTMakefile @@ -389,6 +389,9 @@ idirs: doclink ! IF (!EXIST($(DESTDIR)\include\afs)) $(MKDIR) $(DESTDIR)\include\afs ! ENDIF +! IF (!EXIST($(DESTDIR)\include\des)) + $(MKDIR) $(DESTDIR)\include\des +! ENDIF ! IF (!EXIST($(DESTDIR)\include\rx)) $(MKDIR) $(DESTDIR)\include\rx ! ENDIF diff --git a/src/des/NTMakefile b/src/des/NTMakefile index 2f7b0f5ed..dd0ca9b99 100644 --- a/src/des/NTMakefile +++ b/src/des/NTMakefile @@ -34,11 +34,14 @@ INCFILES =\ $(INCFILEDIR)\des_conf.h \ $(INCFILEDIR)\mit-cpyright.h \ $(INCFILEDIR)\des_odd.h \ - $(INCFILEDIR)\crypt.h + $(INCFILEDIR)\crypt.h \ + $(INCFILEDIR)\des\stats.h $(INCFILEDIR)\des_odd.h: odd.h $(COPY) odd.h $@ +$(INCFILEDIR)\des\stats.h: stats.h + $(COPY) stats.h $@ # Library component lists. -- 2.39.5