From 8858b85a907398a38c9287691683c974370da889 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 28 May 2008 19:38:39 +0000 Subject: [PATCH] DEVEL15-windows-vlserver-headers-20080528 LICENSE MIT make sure the headers are copied to the correct location by providing explicit rules (cherry picked from commit 5ad08dc1662c9c7eeea10dadd39f7a1f793f761b) --- src/vlserver/NTMakefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/vlserver/NTMakefile b/src/vlserver/NTMakefile index 7de1ceffa..c84549f77 100644 --- a/src/vlserver/NTMakefile +++ b/src/vlserver/NTMakefile @@ -21,6 +21,13 @@ INCFILES = \ $(INCFILEDIR)\vlserver.h \ $(INCFILEDIR)\vldbint.h + +$(INCFILEDIR)\afs\vlserver.h: vlserver.h + $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h + +$(INCFILEDIR)\afs\vl_opcodes.h: vl_opcodes.h + $(COPY) vl_opcodes.h $(INCFILEDIR)\vl_opcodes.h + ############################################################################ # build afsvldb.lib @@ -114,6 +121,8 @@ vldbint.xdr.c: vldbint.xg vldbint.h vldbint.h: vldbint.xg $(RXGEN) -u -x -h -o $@ vldbint.xg + +$(INCFILEDIR)\vldbint.h: vldbint.h $(COPY) vldbint.h $(INCFILEDIR)\vldbint.h ############################################################################ -- 2.39.5